mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Improve connectors settings display
- Move settings templates to subfolder - Add accordion display to "General Theme Settings" in frio - Replace hand-written template with form field includes - Simplify sprintf(t()) structures
This commit is contained in:
parent
5640c42469
commit
c157e7ffa4
26 changed files with 136 additions and 94 deletions
6
view/templates/settings/nick_set.tpl
Normal file
6
view/templates/settings/nick_set.tpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
<div id="settings-nick-wrapper" >
|
||||
<div id="settings-nickname-desc" class="info-message">{{$desc}}</div>
|
||||
</div>
|
||||
<div id="settings-nick-end" ></div>
|
Loading…
Add table
Add a link
Reference in a new issue