mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-16 20:35:15 +02:00
#8374: Adding missing settings template file; cleaning up addon code
This commit is contained in:
parent
ed45145415
commit
b46a23eab3
2 changed files with 12 additions and 9 deletions
12
showmore_dyn/templates/settings.tpl
Normal file
12
showmore_dyn/templates/settings.tpl
Normal file
|
@ -0,0 +1,12 @@
|
|||
<div class="settings-block">
|
||||
<h3 class="settings-heading">{{$title}}</h3>
|
||||
<div class='field noedit'>
|
||||
<label>{{$label}}</label>
|
||||
<input id="showmore_dyn_height" name="showmore_dyn_height" value="{{$limitHeight}}" />
|
||||
</div>
|
||||
|
||||
<div class="settings-submit-wrapper">
|
||||
<input type="submit" value="{{$submit}}" class="settings-submit" name="showmore_dyn-submit" />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue