X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fplugin-editor.tpl;h=dcccbbe1c8054da97d181609a58dcba1417342bc;hb=cbe74a8ec6d5f5955fd978f9f1f1b4bc18e6ed9d;hp=14155d5ed2c855273bec5510900e523d63b24517;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/templates/plugin-editor.tpl b/templates/plugin-editor.tpl index 14155d5..dcccbbe 100644 --- a/templates/plugin-editor.tpl +++ b/templates/plugin-editor.tpl @@ -29,26 +29,25 @@ {foreach from=$plugins key=plugtype item=plugarr} - + -{counter start=0 assign=cnt print=0} {foreach from=$plugarr item=plug} - - - + + + + + -{if !$readonly && $show_params} - -{/if} -{counter} {/foreach}
{$plugtype} {$msg_plugedit_plugins}{$plugtype} {$msg_plugedit_plugins}
- - -
{if !$readonly} {/if}{$plug.name} v{$plug.version}
-{if !$readonly} +
 {$plug.name} v{$plug.version} +{if $plug.readonly} + status {$plug.status} +{else} + {$msg_move_up} {$msg_move_down} {/if}
{$plug.description}
-
{$plug.description}
-
- +{if $show_params} +
{foreach from=$plug.params key=key item=val} @@ -56,10 +55,9 @@ {/foreach}
{$key}
+{/if}