source: extensions/AMetaData/admin/amd_metadata_display_groupListTagOrder.tpl @ 6950

Last change on this file since 6950 was 6950, checked in by grum, 14 years ago

Implement metadata keywords to piwigo tags convert functionnalies
Add some help text
bug:1858

  • Property svn:executable set to *
File size: 749 bytes
RevLine 
[4905]1{foreach from=$datas key=name item=data}
[5935]2<li id="g{$group}t{$data.numId}" class="gcBgTabSheet">
[4905]3  <table class="tagListOrderItem">
4    <tr>
5      <td style="width:20px;"><img src="{$themeconf.admin_icon_dir}/cat_move.png" class="button drag_button" alt="{'Drag to re-order'|@translate}" title="{'Drag to re-order'|@translate}"/></td>
6      <td style="width:30%;">{$data.tagId}</td>
7      <td>{$data.name}</td>
[6950]8      {if $data.pct!=''}
9        <td style="width:35px;text-align:right;">{$data.nbItems}</td>
10        <td style="width:50px;text-align:right;">{$data.pct}%</td>
11        <td style="width:104px;"><span class="pctBar{$themeconf.name}" style="display:inline-block;width:{$data.pct}px;"></td>
12      {/if}
[4905]13    </tr>
14  </table>
15</li>
16{/foreach}
Note: See TracBrowser for help on using the repository browser.