diff --git a/templates/2k11/admin/plugin_config_item.tpl b/templates/2k11/admin/plugin_config_item.tpl index 7b6ee191..59bd2155 100644 --- a/templates/2k11/admin/plugin_config_item.tpl +++ b/templates/2k11/admin/plugin_config_item.tpl @@ -1,6 +1,11 @@ -{if $ctype == 'seperator'} -
+{if ($ctype == 'separator' || $ctype == 'seperator')}{* compat - due to misspelled word 'seper...' *} + +
+{elseif $ctype == 'suboption'} + + + {elseif $ctype == 'select'} +
{if $cdesc != ''}{$cdesc}{/if} @@ -12,6 +17,7 @@
{elseif $ctype == 'radio'} + {$cname}{if $cdesc != ''} {/if} {if $cdesc != ''}{$cdesc}{/if} @@ -26,31 +32,37 @@ {elseif $ctype == 'string'} +
{if $cdesc != ''}{$cdesc}{/if}
{elseif (($ctype == 'html') || ($ctype == 'text'))} +
{if $cdesc != ''}{$cdesc}{/if}
{elseif $ctype == 'content'} +
{$cbag_default}
{elseif $ctype == 'custom'} +
{$cbag_custom}
{elseif $ctype == 'hidden'} +
{elseif $ctype == 'media'} +
@@ -68,6 +80,7 @@
{elseif $ctype == 'sequence'} + {$cname}{if $cdesc != ''} {/if} {if $cdesc != ''}{$cdesc}{/if}