diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-03-28 03:00:24 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-03-28 03:00:24 -0700 |
commit | 768326e484c02b396badcb239880fc814fc9631b (patch) | |
tree | 58dc31cd7fa40bc8bb6beff4967397705ac2437a /view/filer_dialog.tpl | |
parent | 40a65d38e04df5256d05f2a16497c39f83f51bd5 (diff) | |
parent | 0a2675d8b698302e50cb64ce5793ab9d22dee329 (diff) | |
download | volse-hubzilla-768326e484c02b396badcb239880fc814fc9631b.tar.gz volse-hubzilla-768326e484c02b396badcb239880fc814fc9631b.tar.bz2 volse-hubzilla-768326e484c02b396badcb239880fc814fc9631b.zip |
Merge pull request #179 from fabrixxm/master
new field_combobox template and some eyecandy to "file as" function
Diffstat (limited to 'view/filer_dialog.tpl')
-rw-r--r-- | view/filer_dialog.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/filer_dialog.tpl b/view/filer_dialog.tpl new file mode 100644 index 000000000..ae837d6b7 --- /dev/null +++ b/view/filer_dialog.tpl @@ -0,0 +1,4 @@ +{{ inc field_combobox.tpl }}{{ endinc }} +<div class="settings-submit-wrapper" > + <input id="filer_save" type="button" class="settings-submit" value="$submit" /> +</div> |