From d0de74737e0894f2c375eee12c50572a89e3fe31 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 2 Oct 2013 11:05:27 +0200 Subject: [PATCH] Fixes type/href attributes for button elements. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit – + {if ($comment.status == 'pending') || ($comment.status == 'confirm')} {$CONST.COMMENTS_FILTER_NEED_APPROVAL} diff --git a/templates/2k11/admin/config_template.tpl b/templates/2k11/admin/config_template.tpl index 7112fbf0..583025bd 100644 --- a/templates/2k11/admin/config_template.tpl +++ b/templates/2k11/admin/config_template.tpl @@ -13,7 +13,7 @@ {if $config|@sizeof > 1} {if $allowToggle}

- +

{else}

{$category.title}

@@ -27,7 +27,7 @@ {if $item.guessedInput} {if $item.type == 'bool'}
- {$item.title}{if $item.description != ''} {/if} + {$item.title}{if $item.description != ''} {/if}
{$item.guessedInput}
@@ -37,7 +37,7 @@
{else}
- {* i18n *} + {* i18n *} {$item.guessedInput} {if $item.description != ''} {$item.description} diff --git a/templates/2k11/admin/entries.tpl b/templates/2k11/admin/entries.tpl index 7880bb54..eb5670c2 100644 --- a/templates/2k11/admin/entries.tpl +++ b/templates/2k11/admin/entries.tpl @@ -23,7 +23,7 @@ - +
{/if}
diff --git a/templates/2k11/admin/plugin_config.tpl b/templates/2k11/admin/plugin_config.tpl index 2cd8d516..b614add7 100644 --- a/templates/2k11/admin/plugin_config.tpl +++ b/templates/2k11/admin/plugin_config.tpl @@ -7,14 +7,14 @@
{/if} {if is_array($config_groups)} -
{foreach $config_groups AS $config_header => $config_groupkeys}
-

+

{foreach $config_groupkeys AS $config_groupkey} diff --git a/templates/2k11/admin/plugin_config_item.tpl b/templates/2k11/admin/plugin_config_item.tpl index 942602a1..14f03f10 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 == 'html') || ($ctype == 'text'))}
- + {if $cdesc != ''}{$cdesc}{/if} @@ -55,9 +55,9 @@
{elseif $ctype == 'media'}
- + - {* This should be input[type=file] … *} + {* This should maybe be input[type=file] *} {$CONST.MEDIA_LIBRARY} {if $cdesc != ''}{$cdesc}{/if} @@ -67,7 +67,7 @@ {/if}
- {$cname}{if $cdesc != ''} {/if} + {$cname}{if $cdesc != ''} {/if}
- + {$CONST.CONFIGURATION} @@ -92,7 +92,7 @@
- + {if !$info.unmetRequirements} {$CONST.SET_AS_TEMPLATE}