Replace advanced profile display with custom profile fields

- Merge all profile/advanced.tpl theme templates into profile/index.tpl
- Remove obsolete Model\Profile::getAdvanced method
This commit is contained in:
Hypolite Petovan 2019-11-07 22:15:57 -05:00
commit d475cb5028
15 changed files with 392 additions and 799 deletions

View file

@ -104,6 +104,14 @@ input[type=submit]:active {
top: 1px;
}
.btn {
background-color: transparent;
box-shadow: none;
border: none;
padding: 0;
text-align: inherit;
}
#search-text,
#search-submit,
#search-save {
@ -2127,6 +2135,10 @@ div[id$="wrapper"] br {
position: absolute;
}
#profile-menu {
display: none;
}
#cropimage-wrapper {
float:left;
}