From 1e8eb3394d4da12a3503ef7a566ce07926c8dbeb Mon Sep 17 00:00:00 2001 From: spiderr Date: Tue, 2 Apr 2013 01:46:36 -0400 Subject: bootstrap updates convert class=row to class=control-group --- templates/admin_tags.tpl | 12 ++++++------ templates/edit_tag.tpl | 4 ++-- templates/edit_tags.tpl | 2 +- templates/search_inc.tpl | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/admin_tags.tpl b/templates/admin_tags.tpl index 99b20fd..70b4327 100644 --- a/templates/admin_tags.tpl +++ b/templates/admin_tags.tpl @@ -7,7 +7,7 @@ {legend legend="Display Location"} {foreach from=$formTagsDisplayOptions key=item item=output} -
+
{formlabel label=`$output.label` for=$item} {forminput} {if $output.type == 'numeric'} @@ -24,7 +24,7 @@ {/legend} {legend legend="Availability"} -
+
{formlabel label="Taggable Content"} {forminput} {formhelp note="Enabled content types can be tagged by users with appropriate permissions."} @@ -38,7 +38,7 @@ {legend legend="Santitation Settings"} {foreach from=$formTagsStripOptions key=item item=output} -
+
{formlabel label=`$output.label` for=$item} {forminput} {if $output.type == 'numeric'} @@ -59,7 +59,7 @@ {legend legend="Other Settings"} {foreach from=$formTagsOtherOptions key=item item=output} -
+
{formlabel label=`$output.label` for=$item} {forminput} {if $output.type == 'numeric'} @@ -81,7 +81,7 @@ {foreach from=$formTagLists key=item item=output} -
+
{formlabel label=`$output.label` for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} @@ -95,7 +95,7 @@ {/jstabs} -
+
{/form} diff --git a/templates/edit_tag.tpl b/templates/edit_tag.tpl index 911cd10..aa6844a 100644 --- a/templates/edit_tag.tpl +++ b/templates/edit_tag.tpl @@ -15,14 +15,14 @@ {legend legend="Edit Tag"} -
+
{formlabel label="Tag" for="tag"} {forminput} {/forminput}
-
+
{/legend} diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 91cc4ed..b3db6d3 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -2,7 +2,7 @@ {if $gContent->mContentTypeGuid != 'bitcomment' || $gBitSystem->isFeatureActive('tags_on_comments')} -
+
{formlabel label="Tags" for="tags"} {forminput} diff --git a/templates/search_inc.tpl b/templates/search_inc.tpl index 8a4d27d..49a3366 100644 --- a/templates/search_inc.tpl +++ b/templates/search_inc.tpl @@ -1,4 +1,4 @@ -
+
{formlabel label="Tags:" for="tags"} {forminput} -- cgit v1.3