diff options
author | grum <grum@piwigo.org> | 2008-10-22 21:35:23 +0000 |
---|---|---|
committer | grum <grum@piwigo.org> | 2008-10-22 21:35:23 +0000 |
commit | de54bb85861892447178e688800fcde2cf5de80d (patch) | |
tree | 9214028e2190d8093232baf3d189ff5b75ff5883 /plugins/AMenuManager/admin/amm_sectionsmod_detail.tpl | |
parent | fbf7b9b6ce63bdedd4d15adb615af0291c684bbf (diff) |
"remove AMM plugin
asked in topic #p98003"
git-svn-id: http://piwigo.org/svn/branches/2.0@2792 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/AMenuManager/admin/amm_sectionsmod_detail.tpl')
-rw-r--r-- | plugins/AMenuManager/admin/amm_sectionsmod_detail.tpl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/AMenuManager/admin/amm_sectionsmod_detail.tpl b/plugins/AMenuManager/admin/amm_sectionsmod_detail.tpl deleted file mode 100644 index dcaf625f6..000000000 --- a/plugins/AMenuManager/admin/amm_sectionsmod_detail.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -{if isset($datas.LIST) and count($datas.LIST)} - <table class="table2 littlefont"> - <tr class="throw"> - <th>{'g002_labelmenu'|@translate}</th> - <th>{'g002_visible'|@translate}</th> - </tr> - - {foreach from=$datas.LIST key=name item=data} - <tr> - <td>{$data.LABEL|@translate}</td> - <td style="text-align:center;"><a style="cursor:pointer;" onclick="load_list('showhide', '{$data.ID}', '')">{$data.VISIBLE|@translate}</a></td> - </tr> - {/foreach} - - </table> -{/if} |