X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fplugin-editor.tpl;h=dcccbbe1c8054da97d181609a58dcba1417342bc;hb=cbe74a8ec6d5f5955fd978f9f1f1b4bc18e6ed9d;hp=2ab20dee37e023f3ae4e2a4943d23d15df30d40f;hpb=56aefc1ef7ef2d90499b174648625baa6ccb30b1;p=diogenes.git diff --git a/templates/plugin-editor.tpl b/templates/plugin-editor.tpl index 2ab20de..dcccbbe 100644 --- a/templates/plugin-editor.tpl +++ b/templates/plugin-editor.tpl @@ -29,23 +29,24 @@ {foreach from=$plugins key=plugtype item=plugarr} - + {foreach from=$plugarr item=plug} - + -{if $show_params} - -{/if} {/foreach}
{$plugtype} {$msg_plugedit_plugins}{$plugtype} {$msg_plugedit_plugins}
 {$plug.name} v{$plug.version} -  {$plug.name} v{$plug.version} -{if !$readonly} +{if $plug.readonly} + status {$plug.status} +{else} {$msg_move_up} {$msg_move_down} {/if}
{$plug.description}
+ +{if $show_params} {foreach from=$plug.params key=key item=val} @@ -54,8 +55,8 @@ {/foreach}
+{/if}