summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/admin_tags.tpl12
-rw-r--r--templates/edit_tag.tpl4
-rw-r--r--templates/edit_tags.tpl2
-rw-r--r--templates/search_inc.tpl2
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"}
<input type="hidden" name="page" value="{$page}" />
{foreach from=$formTagsDisplayOptions key=item item=output}
- <div class="row">
+ <div class="control-group">
{formlabel label=`$output.label` for=$item}
{forminput}
{if $output.type == 'numeric'}
@@ -24,7 +24,7 @@
{/legend}
{legend legend="Availability"}
- <div class="row">
+ <div class="control-group">
{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"}
<input type="hidden" name="page" value="{$page}" />
{foreach from=$formTagsStripOptions key=item item=output}
- <div class="row">
+ <div class="control-group">
{formlabel label=`$output.label` for=$item}
{forminput}
{if $output.type == 'numeric'}
@@ -59,7 +59,7 @@
{legend legend="Other Settings"}
<input type="hidden" name="page" value="{$page}" />
{foreach from=$formTagsOtherOptions key=item item=output}
- <div class="row">
+ <div class="control-group">
{formlabel label=`$output.label` for=$item}
{forminput}
{if $output.type == 'numeric'}
@@ -81,7 +81,7 @@
<input type="hidden" name="page" value="{$page}" />
{foreach from=$formTagLists key=item item=output}
- <div class="row">
+ <div class="control-group">
{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}
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" name="tags_preferences" value="{tr}Change preferences{/tr}" />
</div>
{/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 @@
<input type="hidden" name="tag_id" value="{if $tagData}{$tagData.tag_id}{/if}" />
{legend legend="Edit Tag"}
- <div class="row">
+ <div class="control-group">
{formlabel label="Tag" for="tag"}
{forminput}
<input type="text" name="tag" id="tag" value="{if $tagData}{$tagData.tag}{/if}" />
{/forminput}
</div>
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" name="save" value="{tr}Save{/tr}" />
</div>
{/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')}
- <div class="row">
+ <div class="control-group">
{formlabel label="Tags" for="tags"}
{forminput}
<input type="text" name="tags" id="tags" value="{if $preview}{$smarty.post.tags}{elseif $tagList}{$tagList}{/if}" />
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 @@
-<div class="row">
+<div class="control-group">
{formlabel label="Tags:" for="tags"}
{forminput}
<input type="text" name="tags" id="search_tags" value="{$listInfo.tags}" />