Merge pull request #44 from mrjive/move_submit_button
moved submit button to the bottom in settings.tpl
This commit is contained in:
commit
30af694e30
@ -26,9 +26,6 @@
|
||||
{{include file="field_input.tpl" field=$photo_path}}
|
||||
{{include file="field_input.tpl" field=$attach_path}}
|
||||
|
||||
<div class="settings-submit-wrapper" >
|
||||
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -78,9 +75,6 @@
|
||||
{{include file="field_checkbox.tpl" field=$blocktags}}
|
||||
{{include file="field_input.tpl" field=$expire}}
|
||||
</div>
|
||||
<div class="settings-submit-wrapper" >
|
||||
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -130,10 +124,14 @@
|
||||
{{include file="field_input.tpl" field=$evdays}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel">
|
||||
<div class"section-subtitle-wrapper" role="tab" id="form-buttons">
|
||||
<div class="settings-submit-wrapper" >
|
||||
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{if $menus}}
|
||||
|
Reference in New Issue
Block a user