diff --git a/templates/2k11/admin/config_template.tpl b/templates/2k11/admin/config_template.tpl index b8078f66..a7c9c924 100644 --- a/templates/2k11/admin/config_template.tpl +++ b/templates/2k11/admin/config_template.tpl @@ -20,15 +20,21 @@ {if $item.guessedInput} {if $item.type == 'bool'}
- {$item.title}{if $item.description != ''} {$item.description}{/if} + {$item.title}{if $item.description != ''} More{/if}
{$item.guessedInput}
+ {if $item.description != ''} + {$item.description} + {/if}
{else}
- + {* i18n *} {$item.guessedInput} + {if $item.description != ''} + {$item.description} + {/if}
{/if} {/if} diff --git a/templates/2k11/admin/plugin_config_item.tpl b/templates/2k11/admin/plugin_config_item.tpl index cea60c8a..77d8b3e9 100644 --- a/templates/2k11/admin/plugin_config_item.tpl +++ b/templates/2k11/admin/plugin_config_item.tpl @@ -2,7 +2,7 @@
{elseif $ctype == 'select'}
- + {* Make sure id creation actually produces unique identifiers *} + + {if $cdesc != ''}{$cdesc}{/if}
{elseif $ctype == 'radio'}
- {$cname}{if $cdesc != ''} {$cdesc}{/if} + {$cname}{if $cdesc != ''} More{/if}
{foreach $radio_button AS $r}
@@ -24,18 +25,21 @@
{/foreach}
+ {if $cdesc != ''}{$cdesc}{/if}
{elseif $ctype == 'string'}
- + {* TODO: Make sure id creation actually produces unique identifiers *} + {if $cdesc != ''}{$cdesc}{/if}
{elseif (($ctype == 'html') || ($ctype == 'text'))}
- + + {if $cdesc != ''}{$cdesc}{/if}
{elseif $ctype == 'content'}
@@ -52,18 +56,19 @@
{elseif $ctype == 'media'}
- + {* This should be input[type=file] … *} {$CONST.MEDIA_LIBRARY} + {if $cdesc != ''}{$cdesc}{/if}
{elseif $ctype == 'sequence'} {if !$sequencejs_output} {/if}
- {$cname}{if $cdesc != ''} {$cdesc}{/if} + {$cname}{if $cdesc != ''} More{/if}