mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
[various] Convert addon_settings hook functions to the new data array format
- Add separate template files to several addons - Remove superfluous addon settings CSS files
This commit is contained in:
parent
f0522a998b
commit
779b38ec09
68 changed files with 444 additions and 953 deletions
|
@ -1,21 +1,2 @@
|
|||
<span id="settings_qcomment_inflated" class="settings-block fakelink"
|
||||
style="{{if $postpost}}display: none;{{else}}display: block;{{/if}}"
|
||||
onclick="openClose('settings_qcomment_expanded'); openClose('settings_qcomment_inflated');">
|
||||
<h3>{{$header}}</h3>
|
||||
</span>
|
||||
<div id="settings_qcomment_expanded" class="settings-block"
|
||||
style="{{if $postpost}}display: block;{{else}}display: none;{{/if}}">
|
||||
<span class="fakelink" onclick="openClose('settings_qcomment_expanded'); openClose('settings_qcomment_inflated');">
|
||||
<h3>{{$header}}</h3>
|
||||
</span>
|
||||
|
||||
<div id="qcomment-wrapper">
|
||||
<p id="qcomment-desc">{{$description}}</p>
|
||||
|
||||
{{include file="field_textarea.tpl" field=$words}}
|
||||
|
||||
<div class="settings-submit-wrapper">
|
||||
<button type="submit" id="qcomment-submit" name="qcomment-submit" class="btn btn-primary settings-submit">{{$save}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>{{$description}}</p>
|
||||
{{include file="field_textarea.tpl" field=$words}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue