diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 01:46:36 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 01:46:36 -0400 |
| commit | 1e8eb3394d4da12a3503ef7a566ce07926c8dbeb (patch) | |
| tree | da3ff251ab51e3d8cc257e66889ebc656f5f48d0 | |
| parent | f50c07240531cbfb15238745266da45ec797d27a (diff) | |
| download | tags-1e8eb3394d4da12a3503ef7a566ce07926c8dbeb.tar.gz tags-1e8eb3394d4da12a3503ef7a566ce07926c8dbeb.tar.bz2 tags-1e8eb3394d4da12a3503ef7a566ce07926c8dbeb.zip | |
bootstrap updates convert class=row to class=control-group
| -rw-r--r-- | templates/admin_tags.tpl | 12 | ||||
| -rw-r--r-- | templates/edit_tag.tpl | 4 | ||||
| -rw-r--r-- | templates/edit_tags.tpl | 2 | ||||
| -rw-r--r-- | 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"} <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}" /> |
