diff options
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/plugins.tpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl new file mode 100644 index 000000000..81bade54d --- /dev/null +++ b/template/yoga/admin/plugins.tpl @@ -0,0 +1,20 @@ +<div class="titrePage"> + <h2>{lang:Plugins}</h2> +</div> + +<!-- BEGIN plugins --> +<table> +<thead><tr> + <td>{lang:Name}</td> + <td>{lang:Description}</td> + <td>{lang:Action}</td> +</tr></thead> +<!-- BEGIN plugin --> +<tr> + <td>{plugins.plugin.NAME}</td> + <td>{plugins.plugin.DESCRIPTION}</td> + <td><a href="{plugins.plugin.U_ACTION}">{plugins.plugin.L_ACTION}</a></td> +</tr> +<!-- END plugin --> +</table> +<!-- END plugins -->
\ No newline at end of file |