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

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

Update plugin for Piwigo 2.1

  • Property svn:executable set to *
File size: 706 bytes
Line 
1{foreach from=$datas key=name item=data}
2<li id="g{$group}t{$data.numId}" class="gcBgTabSheet">
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>
8      <td style="width:35px;text-align:right;">{$data.nbItems}</td>
9      <td style="width:50px;text-align:right;">{$data.pct}%</td>
10      <td style="width:104px;"><span class="pctBar{$themeconf.name}" style="display:inline-block;width:{$data.pct}px;"></td>
11    </tr>
12  </table>
13</li>
14{/foreach}
Note: See TracBrowser for help on using the repository browser.