summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-09-22 21:36:55 +0000
committerChristian Fowler <spider@viovio.com>2007-09-22 21:36:55 +0000
commit0ce1e4876cfcafaf2f086c4f19b55d40201b72f9 (patch)
treea8631dbf4e95bc808eed8f3358a6cf8e7e3b49f9 /templates
parentde5e89e7d86e8c8138ded86ce8559004d42350cc (diff)
downloadfisheye-0ce1e4876cfcafaf2f086c4f19b55d40201b72f9.tar.gz
fisheye-0ce1e4876cfcafaf2f086c4f19b55d40201b72f9.tar.bz2
fisheye-0ce1e4876cfcafaf2f086c4f19b55d40201b72f9.zip
add fisheye_admin level feature for filenametoimagename to resync images to file names
Diffstat (limited to 'templates')
-rw-r--r--templates/image_order.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl
index 78cf541..476184d 100644
--- a/templates/image_order.tpl
+++ b/templates/image_order.tpl
@@ -88,6 +88,9 @@
<option value="delete">{tr}Delete{/tr}</option>
<option value="remove">{tr}Remove{/tr} ({tr}Don't delete if in other galleries{/tr})</option>
<option value="thumbnail">{tr}Regenerate Thumbnails{/tr}</option>
+ {if $gBitUser->hasPermission('p_fisheye_admin')}
+ <option value="filenametoimagename">{tr}Rename Images Based on File Name{/tr} *{tr}Cannot be undone!{/tr}*</option>
+ {/if}
{if $gBitSystem->getConfig('image_processor')=='magickwand'}
<option value="grayscale">{tr}Convert to Grayscale{/tr} *{tr}Cannot be undone!{/tr}*</option>
{/if}