aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-09-16 11:24:38 +0000
committermistic100 <mistic@piwigo.org>2014-09-16 11:24:38 +0000
commit96d27d979150b5cf8eda17b1a8c75ed9152c0ba2 (patch)
tree4552745dbfcba3a948741254c0f3ef4939151c15 /admin/themes/default/template
parent5d3075835b9a53022056c47c3f2440b3faea3068 (diff)
use icon-ok for forced multi sizes + icon-zoom-in for preview boxes
git-svn-id: http://piwigo.org/svn/trunk@29557 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r--admin/themes/default/template/batch_manager_unit.tpl2
-rw-r--r--admin/themes/default/template/configuration_sizes.tpl4
-rw-r--r--admin/themes/default/template/picture_modify.tpl2
3 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl
index 57c936ac1..d4e560aa7 100644
--- a/admin/themes/default/template/batch_manager_unit.tpl
+++ b/admin/themes/default/template/batch_manager_unit.tpl
@@ -55,7 +55,7 @@ jQuery("a.preview-box").colorbox();
<legend>{$element.LEGEND}</legend>
<span class="thumb">
- <a href="{$element.FILE_SRC}" class="preview-box icon-search" title="{$element.LEGEND|@htmlspecialchars}"><img src="{$element.TN_SRC}" alt=""></a>
+ <a href="{$element.FILE_SRC}" class="preview-box icon-zoom-in" title="{$element.LEGEND|@htmlspecialchars}"><img src="{$element.TN_SRC}" alt=""></a>
<a href="{$element.U_EDIT}" class="icon-pencil">{'Edit'|@translate}</a>
</span>
diff --git a/admin/themes/default/template/configuration_sizes.tpl b/admin/themes/default/template/configuration_sizes.tpl
index ff03d377a..d58bdfa89 100644
--- a/admin/themes/default/template/configuration_sizes.tpl
+++ b/admin/themes/default/template/configuration_sizes.tpl
@@ -55,7 +55,7 @@
{html_style}
.sizeEnable { width:50px; }
-.sizeEnable .mustEnable { display:inline-block; width:13px; margin:0 3px; }
+.sizeEnable .icon-ok { position:relative; left:2px; }
.sizeEditForm { margin:0 0 10px 20px; }
.sizeEdit { display:none; }
#sizesConf table { margin:0; }
@@ -129,7 +129,7 @@
<label>
{if $d.must_enable}
<span class="sizeEnable">
- <span class="mustEnable">&#x2714;</span>
+ <span class="icon-ok"></span>
</span>
{else}
<span class="sizeEnable font-checkbox">
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl
index fe05c4d03..76b5e14dc 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -53,7 +53,7 @@ jQuery("a.preview-box").colorbox();
<tr>
<td id="albumThumbnail">
- <a href="{$FILE_SRC}" class="preview-box icon-search" title="{$TITLE|htmlspecialchars}"><img src="{$TN_SRC}" alt="{'Thumbnail'|translate}"></a>
+ <a href="{$FILE_SRC}" class="preview-box icon-zoom-in" title="{$TITLE|htmlspecialchars}"><img src="{$TN_SRC}" alt="{'Thumbnail'|translate}"></a>
</td>
<td id="albumLinks" style="width:400px;vertical-align:top;">
<ul style="padding-left:15px;margin:0;">