Ignore:
Timestamp:
Jun 21, 2013, 12:26:09 PM (11 years ago)
Author:
mistic100
Message:

feature:2916
modify .showIcon class to be used with fontello (icon-info-circled-1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/tags.tpl

    r23029 r23426  
    105105    <legend>{'Tag selection'|@translate}</legend>
    106106{html_style}
    107 .showInfo{ldelim}position:static; display:inline-block; text-indent:6px}
     107.showInfo{ldelim}text-indent:5px}
    108108{/html_style}
    109109{footer_script}{literal}
     
    152152{foreach from=$all_tags item=tag}
    153153        <li>{capture name='showInfo'}<b>{$tag.name}</b> ({$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}) <br> <a href="{$tag.U_VIEW}">{'View in gallery'|@translate}</a> | <a href="{$tag.U_EDIT}">{'Manage photos'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
    154                 <a class="showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}">i</a>
     154                <a class="icon-info-circled-1 showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}"></a>
    155155                <label>
    156156                        <input type="checkbox" name="tags[]" value="{$tag.id}"> {$tag.name}
Note: See TracChangeset for help on using the changeset viewer.