From 8a28666fd3bccda6ef94c3a9f24f51f723ae49ad Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 21 Jun 2013 10:26:09 +0000 Subject: feature:2916 modify .showIcon class to be used with fontello (icon-info-circled-1) git-svn-id: http://piwigo.org/svn/trunk@23426 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/photos_add_direct.tpl | 2 +- admin/themes/default/template/plugins_installed.tpl | 2 +- admin/themes/default/template/tags.tpl | 4 ++-- admin/themes/default/template/themes_installed.tpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 407618e80..f77d3c8ee 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -292,7 +292,7 @@ var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */ {if isset($original_resize_maxheight)}

{'The picture dimensions will be reduced to %dx%d pixels.'|@translate|@sprintf:$original_resize_maxwidth:$original_resize_maxheight}

{/if} -

{$upload_max_filesize_shorthand}B. {$upload_file_types}. {if isset($max_upload_resolution)}{$max_upload_resolution}Mpx{/if} i

+

{$upload_max_filesize_shorthand}B. {$upload_file_types}. {if isset($max_upload_resolution)}{$max_upload_resolution}Mpx{/if}

{'Maximum file size: %sB.'|@translate|@sprintf:$upload_max_filesize_shorthand} diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index b10be0401..42525322e 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -183,7 +183,7 @@ jQuery(document).ready(function() {

{$plugin.NAME} - i +
diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index a6aa736c1..aabd36b20 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -104,7 +104,7 @@ jQuery(document).ready(function(){
{'Tag selection'|@translate} {html_style} -.showInfo{ldelim}position:static; display:inline-block; text-indent:6px} +.showInfo{ldelim}text-indent:5px} {/html_style} {footer_script}{literal} jQuery('.showInfo').tipTip({ @@ -151,7 +151,7 @@ $("#searchInput").on( "keydown", function() {
    {foreach from=$all_tags item=tag}
  • {capture name='showInfo'}{$tag.name} ({$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)})
    {'View in gallery'|@translate} | {'Manage photos'|@translate}{if !empty($tag.alt_names)}
    {$tag.alt_names}{/if}{/capture} - i + diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl index d2f0401fb..083e3a337 100644 --- a/admin/themes/default/template/themes_installed.tpl +++ b/admin/themes/default/template/themes_installed.tpl @@ -58,7 +58,7 @@ jQuery(document).ready(function() {
    {$theme.NAME} {if $theme.IS_DEFAULT}({'default'|@translate}){/if} {if $theme.IS_MOBILE}({'Mobile'|@translate}){/if} - i +
    -- cgit v1.2.3