diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-08-31 13:17:34 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-08-31 13:17:34 +0200 |
commit | 38ea71c6c987d54c4029b14043cd6b13bd71f4b1 (patch) | |
tree | 50ee7e93df6aaae56fa8926de1e854cf8e44c128 /view/tpl/filer_dialog.tpl | |
parent | 37ad734cead89df63edd75a4c3c3a4fb5b4847bc (diff) | |
parent | e9462ba14529b7172ba5a21e7985d24de91faa37 (diff) | |
download | volse-hubzilla-38ea71c6c987d54c4029b14043cd6b13bd71f4b1.tar.gz volse-hubzilla-38ea71c6c987d54c4029b14043cd6b13bd71f4b1.tar.bz2 volse-hubzilla-38ea71c6c987d54c4029b14043cd6b13bd71f4b1.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'view/tpl/filer_dialog.tpl')
-rwxr-xr-x | view/tpl/filer_dialog.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/filer_dialog.tpl b/view/tpl/filer_dialog.tpl index ae59ab713..71e075958 100755 --- a/view/tpl/filer_dialog.tpl +++ b/view/tpl/filer_dialog.tpl @@ -1,4 +1,6 @@ +<div class="item-filer-dialog"> {{include file="field_combobox.tpl"}} <div class="settings-submit-wrapper" > <input id="filer_save" type="button" class="settings-submit" value="{{$submit}}" /> </div> +</div> |