source: extensions/AMetaData/admin/amd_metadata_display_groupListTagOrder.tpl

Last change on this file was 16007, checked in by grum, 12 years ago

feature:2637- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 677 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;">
6        <span class='listMove' title="{'Drag to re-order'|@translate}"></span>
7      </td>
8      <td style="width:30%;">{$data.tagId}</td>
9      <td>{$data.name}</td>
10      {if $data.pct!=''}
11        <td style="width:35px;text-align:right;">{$data.nbItems}</td>
12        <td style="width:50px;text-align:right;">{$data.pct}%</td>
13        <td style="width:104px;"><span class="pctBar{$themeconf.name}" style="display:inline-block;width:{$data.pct}px;"></td>
14      {/if}
15    </tr>
16  </table>
17</li>
18{/foreach}
Note: See TracBrowser for help on using the repository browser.