From 7c8409c036034e5ab3e7bada34a266d4d3b51f04 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_pigeonholes.tpl | 22 +++++++++++----------- templates/assign_content.tpl | 10 +++++----- templates/edit_pigeonholes.tpl | 16 ++++++++-------- templates/service_edit_mini_inc.tpl | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) (limited to 'templates') diff --git a/templates/admin_pigeonholes.tpl b/templates/admin_pigeonholes.tpl index dbf9d8d..5b39a8f 100644 --- a/templates/admin_pigeonholes.tpl +++ b/templates/admin_pigeonholes.tpl @@ -5,7 +5,7 @@ {legend legend="Display Settings"} {foreach from=$pigeonholeDisplaySettings key=feature item=output} -
+
{formlabel label=`$output.label` for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} @@ -14,7 +14,7 @@
{/foreach} -
+
{formlabel label="Number of Members" for="member_number"} {forminput} {html_options name="pigeonholes_limit_member_number" options=$memberLimit values=$memberLimit selected=$gBitSystem->getConfig('pigeonholes_limit_member_number') id=member_number} @@ -25,7 +25,7 @@ {legend legend="Listing Settings"} {foreach from=$pigeonholeListSettings key=feature item=output} -
+
{formlabel label=`$output.label` for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} @@ -34,7 +34,7 @@
{/foreach} -
+
{formlabel label="List style" for="pigeonholes_list_style"} {forminput} {html_options name="pigeonholes_list_style" options=$listStyles values=$listStyles selected=$gBitSystem->getConfig('pigeonholes_list_style') id=pigeonholes_list_style} @@ -42,7 +42,7 @@ {/forminput}
-
+
{formlabel label="Member Thumbnail"} {forminput} {html_options values=$imageSizes options=$imageSizes name="pigeonholes_member_thumb" selected=$gBitSystem->getConfig('pigeonholes_member_thumb')} @@ -50,7 +50,7 @@ {/forminput}
-
+
{formlabel label="Table Columns" for="pigeonholes_display_columns"} {forminput} {html_options name="pigeonholes_display_columns" options=$tableColumns values=$tableColumns selected=$gBitSystem->getConfig('pigeonholes_display_columns',3) id=pigeonholes_display_columns} @@ -61,7 +61,7 @@ {legend legend="Pigeonhole Edit Settings"} {foreach from=$pigeonholeEditSettings key=feature item=output} -
+
{formlabel label=`$output.label` for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} @@ -73,7 +73,7 @@ {legend legend="Pigeonhole Content Edit Settings"} {foreach from=$pigeonholeContentEditSettings key=feature item=output} -
+
{formlabel label=`$output.label` for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} @@ -82,7 +82,7 @@
{/foreach} -
+
{formlabel label="Number of categories for a scrolling list" for="pigeonholes_scrolling_list_number"} {forminput} @@ -93,7 +93,7 @@ {legend legend="Pigeonholeable Content"} -
+
{formlabel label="Pigeonholeable Content"} {forminput} {html_checkboxes options=$formPigeonholeable.guids value=y name=pigeonholeable_content separator="
" checked=$formPigeonholeable.checked} @@ -102,7 +102,7 @@
{/legend} -
+
{/form} diff --git a/templates/assign_content.tpl b/templates/assign_content.tpl index adb25a0..cbab819 100644 --- a/templates/assign_content.tpl +++ b/templates/assign_content.tpl @@ -10,7 +10,7 @@ {else} {form legend="Assign Content"} -
+
{formlabel label="Restrict listing" for="content_type"} {forminput} @@ -48,7 +48,7 @@ {/forminput}
-
+
{formlabel label="Category" for="root_structure_id"} {forminput} {html_options values=$pigeonRoots options=$pigeonRoots name=root_structure_id id=root_structure_id selected=$smarty.request.root_structure_id} @@ -56,7 +56,7 @@ {/forminput}
-
+
{/form} @@ -166,13 +166,13 @@ {/if} {if $assignableContent} -
+
{if $smarty.request.include == 'members' && $listInfo.current_page < $listInfo.total_pages} {/if}
-
+
diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl index 085cb73..c69f896 100644 --- a/templates/edit_pigeonholes.tpl +++ b/templates/edit_pigeonholes.tpl @@ -16,7 +16,7 @@ -
+
{formlabel label="Parent" for="pigeonhole-parent"} {forminput} {* we need to disable dropdown when editing since it might confus users when nothing happens *} @@ -30,7 +30,7 @@
{/if} -
+
{formlabel label="Title" for="pigeonhole-title"} {forminput} @@ -38,13 +38,13 @@
{if $gBitSystem->isFeatureActive('pigeonholes_display_description')} -
+
{textarea id="pigeonhole-desc" name="pigeonhole[edit]" help="A description of the category. This will be visible when users view this particular category." label="Description"}{$pigeonInfo.data}{/textarea}
{/if} {if $gBitSystem->isFeatureActive( 'pigeonholes_allow_forbid_insertion') } -
+
{formlabel label="Forbid Content Insertion" for="pigeonhole-no-insert"} {forminput} mPrefs.no_insert}checked="checked"{/if} /> @@ -54,7 +54,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'pigeonholes_themes' )} -
+
{formlabel label="Theme" for="pigeonhole-style"} {forminput} {html_options id="pigeonhole-style" name="pigeonhole[prefs][style]" output=$styles values=$styles selected=$gContent->mPrefs.style} @@ -64,7 +64,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'pigeonholes_permissions' )} -
+
{formlabel label="Permission" for="perm"} {forminput} {html_options name="pigeonhole[prefs][permission]" id="perm" options=$perms selected=`$gContent->mPrefs.permission`} @@ -74,7 +74,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'pigeonholes_groups' )} -
+
{formlabel label="Group" for="group_id"} {forminput} {html_options name="pigeonhole[prefs][group_id]" id="group_id" options=$groups selected=`$gContent->mPrefs.group_id`} @@ -85,7 +85,7 @@ {include file="bitpackage:liberty/edit_storage_list.tpl"} -
+
{/legend} diff --git a/templates/service_edit_mini_inc.tpl b/templates/service_edit_mini_inc.tpl index 7ed408c..5412a1f 100644 --- a/templates/service_edit_mini_inc.tpl +++ b/templates/service_edit_mini_inc.tpl @@ -1,6 +1,6 @@ {strip} {if $editPigeonholesEnabled && $gBitUser->hasPermission( 'p_pigeonholes_insert_member' )} -
+
{formlabel label="Categorize" for="pigeonholes"} {if $pigeonPathList|@count ne 0} {forminput} -- cgit v1.3