#8374: Using sub-templates for input field
[friendica-addons.git/.git] / showmore_dyn / templates / settings.tpl
index 782d1fd..5e8bc3f 100644 (file)
@@ -1,9 +1,6 @@
 <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>
+       {{include file="field_input.tpl" field=$limitHeight}}
 
        <div class="settings-submit-wrapper">
                <input type="submit" value="{{$submit}}" class="settings-submit" name="showmore_dyn-submit" />