diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 10:49:34 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 10:49:34 +0200 |
commit | 0a2675d8b698302e50cb64ce5793ab9d22dee329 (patch) | |
tree | b593a82998112d55bacb726e6f7a468dac4a8a59 /view/filer_dialog.tpl | |
parent | 7aec2fd68d6cec75d14c02b63a150d904aae817e (diff) | |
download | volse-hubzilla-0a2675d8b698302e50cb64ce5793ab9d22dee329.tar.gz volse-hubzilla-0a2675d8b698302e50cb64ce5793ab9d22dee329.tar.bz2 volse-hubzilla-0a2675d8b698302e50cb64ce5793ab9d22dee329.zip |
filer: replace "file as" prompt with combobox opened in fancybox
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> |