aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/AMenuManager/admin/amm_personalisedlist_detail.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AMenuManager/admin/amm_personalisedlist_detail.tpl')
-rw-r--r--plugins/AMenuManager/admin/amm_personalisedlist_detail.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/AMenuManager/admin/amm_personalisedlist_detail.tpl b/plugins/AMenuManager/admin/amm_personalisedlist_detail.tpl
deleted file mode 100644
index fd785e359..000000000
--- a/plugins/AMenuManager/admin/amm_personalisedlist_detail.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-
-{if isset($datas.sections) and count($datas.sections)}
- <table class="table2 littlefont">
- <tr class="throw">
- <th>{'g002_setting_personalised_nfo'|@translate}</th>
- <th>{'g002_title'|@translate}</th>
- <th>{'g002_visible'|@translate}</th>
- <th colspan=2>&nbsp;</th>
- </tr>
-
- {foreach from=$datas.sections key=name item=section}
- <tr>
- <td>{$section.nfo}</td>
- <td>{$section.title}</td>
- <td style="text-align:center;">{$section.visible}</td>
- <td width="15px"><a href="{$section.edit}"><img src='{$themeconf.icon_dir}/category_edit.png'/></a></td>
- <td width="15px"><a style="cursor:pointer;" onclick="load_list('delete', {$section.ID})"><img src='{$themeconf.icon_dir}/delete.png'/></a></td>
- </tr>
- {/foreach}
-
- </table>
-{/if}