diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-02 17:53:23 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-02 17:53:23 +0000 |
commit | 78e175b3fb7c8d2f9824b15632595523f9ea236c (patch) | |
tree | f4ee8463f6b506e3deb474853bf5c4e28db5963c /template/yoga/admin/plugins.tpl | |
parent | fab44f72a89396d624be49311fc0622635d44f8a (diff) |
Enhance plugins administtration
git-svn-id: http://piwigo.org/svn/trunk@2242 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/plugins.tpl | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl deleted file mode 100644 index 66d77b1c0..000000000 --- a/template/yoga/admin/plugins.tpl +++ /dev/null @@ -1,33 +0,0 @@ -{* $Id$ *} - -<div class="titrePage"> - <h2>{'Plugins'|@translate} - </h2> -</div> - -{if isset($plugins) } -<table class="table2"> -<thead><tr class="throw"> - <td>{'Name'|@translate}</td> - <td>{'Version'|@translate}</td> - <td>{'Description'|@translate}</td> - <td>{'Actions'|@translate}</td> -</tr></thead> -{foreach from=$plugins item=plugin name=plugins_loop} -<tr class="{if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}"> - <td>{$plugin.NAME}</td> - <td>{$plugin.VERSION}</td> - <td>{$plugin.DESCRIPTION}</td> - <td> - {foreach from=$plugin.actions item=action} - <a href="{$action.U_ACTION}" -{if isset($action.CONFIRM) } - onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');" -{/if} - {$TAG_INPUT_ENABLED}>{$action.L_ACTION}</a> - {/foreach} - </td> -</tr> -{/foreach} -</table> -{/if}
\ No newline at end of file |