diff options
author | redmatrix <mike@macgirvin.com> | 2016-08-30 21:43:33 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-08-30 21:43:33 -0700 |
commit | b775a1aa0e36a74f0f937d85f458fd12af18a264 (patch) | |
tree | 17c122a4789c90c21f3f9ec54494f2e146163882 /view/tpl/filer_dialog.tpl | |
parent | bf3a4095694808486106fcce7cc371ce5c13f587 (diff) | |
download | volse-hubzilla-b775a1aa0e36a74f0f937d85f458fd12af18a264.tar.gz volse-hubzilla-b775a1aa0e36a74f0f937d85f458fd12af18a264.tar.bz2 volse-hubzilla-b775a1aa0e36a74f0f937d85f458fd12af18a264.zip |
The 'save to folder' modal dialog looked like crap. Now it only looks like dung.
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> |