aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-06-05 05:24:01 +0000
committerrvelices <rv-github@modusoptimus.com>2013-06-05 05:24:01 +0000
commit83efb7b38a9f49b22b7947223e5f0e5db04b5fa1 (patch)
treed93b614a69d2756dca42571b340a66127a9fac0b /admin/themes/default/template
parent32502437e87c194fefe6bd5433c3d28f732ad8b7 (diff)
feature 2916 Replace raphael with symbol fonts (experimental 2 icons in batch manager actions)
git-svn-id: http://piwigo.org/svn/trunk@23055 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r--admin/themes/default/template/batch_manager_global.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl
index 8ac629235..913000a9a 100644
--- a/admin/themes/default/template/batch_manager_global.tpl
+++ b/admin/themes/default/template/batch_manager_global.tpl
@@ -810,7 +810,7 @@ UL.thumbnails SPAN.wrap2 {ldelim}
<select name="selectAction">
<option value="-1">{'Choose an action'|@translate}</option>
<option disabled="disabled">------------------</option>
- <option value="delete">{'Delete selected photos'|@translate}</option>
+ <option value="delete" class="icon-trash">{'Delete selected photos'|@translate}</option>
<option value="associate">{'Associate to album'|@translate}</option>
<option value="move">{'Move to album'|@translate}</option>
{if !empty($dissociate_options)}
@@ -823,7 +823,7 @@ UL.thumbnails SPAN.wrap2 {ldelim}
<option value="author">{'Set author'|@translate}</option>
<option value="title">{'Set title'|@translate}</option>
<option value="date_creation">{'Set creation date'|@translate}</option>
- <option value="level">{'Who can see these photos?'|@translate}</option>
+ <option value="level" class="icon-lock">{'Who can see these photos?'|@translate}</option>
<option value="metadata">{'Synchronize metadata'|@translate}</option>
{if ($IN_CADDIE)}
<option value="remove_from_caddie">{'Remove from caddie'|@translate}</option>