source: extensions/AMetaData/admin/amd_metadata_personnal_iListTags.tpl @ 6769

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

some file forgotten in the previous commit...

File size: 766 bytes
Line 
1<table class="littlefont">
2  {foreach from=$datas item=data}
3  <tr>
4    <td style="width:35%;min-width:340px;">{$data.tagId}</td>
5    <td>{$data.label}</td>
6    <th style="width:15%;">{$data.fillDatabase}</th>
7    <th style="width:15%;">{$data.numOfRules}</th>
8    <td width="40px">
9      <img src="{$themeconf.admin_icon_dir}/edit_s.png"
10           class="button" alt="{'g003_edit'|@translate}"
11           title="{'g003_edit'|@translate}"
12           onclick='udm.editMetadata({$data.numId});'/>
13      <img src="{$themeconf.admin_icon_dir}/delete.png"
14           class="button"
15           alt="{'g003_delete'|@translate}"
16           title="{'g003_delete'|@translate}"
17           onclick='udm.deleteMetadata({$data.numId});'/>
18    </td>
19  </tr>
20  {/foreach}
21</table>
Note: See TracBrowser for help on using the repository browser.