From 7801b9af04d6877c7942e3c1e0d8749690bcb697 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 30 May 2014 12:03:54 -0400 Subject: bootstrap3-css-changes-form-group --- templates/admin_blogs.tpl | 22 +++++++++++----------- templates/blog_post.tpl | 14 +++++++------- templates/crosspost.tpl | 6 +++--- templates/edit_blog.tpl | 14 +++++++------- templates/edit_blogpost_status_inc.tpl | 2 +- templates/ranking.tpl | 6 +++--- templates/send_blog_post.tpl | 4 ++-- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/templates/admin_blogs.tpl b/templates/admin_blogs.tpl index 3d983db..f06cf9d 100644 --- a/templates/admin_blogs.tpl +++ b/templates/admin_blogs.tpl @@ -4,7 +4,7 @@ {jstab title="Blog Features"} {legend legend="Home Blog"} -
+
{formlabel label="Home Blog (main blog)" for="blog_home"} {forminput}
{/legend} @@ -29,7 +29,7 @@ {foreach from=$formBlogFeatures 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} @@ -38,7 +38,7 @@
{/foreach} -
+
{formlabel label="Maximum Blog Posts" for="blogposts-maxhome"} {forminput} @@ -47,7 +47,7 @@
{foreach from=$formBlogInputs key=item item=output} -
+
{formlabel label=$output.label for=$item} {forminput} @@ -56,7 +56,7 @@
{/foreach} -
+
{formlabel label="Blog Posts Description Length" for="blog-posts-descrlength"} {forminput} {tr}characters{/tr} @@ -64,7 +64,7 @@ {/forminput}
-
+
{formlabel label="Default ordering for blog listing" for="blog_list_order"} {forminput} @@ -90,7 +90,7 @@ {/forminput}
-
+
{/legend} @@ -101,7 +101,7 @@ {foreach from=$formBlogLists 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} @@ -110,7 +110,7 @@
{/foreach} -
+
{/legend} diff --git a/templates/blog_post.tpl b/templates/blog_post.tpl index a3686c0..882894c 100644 --- a/templates/blog_post.tpl +++ b/templates/blog_post.tpl @@ -26,7 +26,7 @@ {jstab title="Blog Post"} {legend legend="Post"} {if !$blog_data.use_title OR $blog_data.use_title eq 'y'} -
+
{formlabel label="Title" for="title"} {forminput} @@ -35,7 +35,7 @@
{/if} -
+
{formlabel label="Summary" for="summary"} {forminput} @@ -57,7 +57,7 @@ {/if} {if $availableBlogs} -
+
{formlabel label="Include in Blogs" for=""} {forminput} {if count($availableBlogs) > 10} @@ -81,7 +81,7 @@ {include file="bitpackage:liberty/edit_storage_list.tpl"} -
+
 
@@ -100,7 +100,7 @@ {jstab title="Advanced Options"} {legend legend="Publication and Expiration Dates"} -
+
{formlabel label="Publish Date" for=""} {forminput} @@ -110,7 +110,7 @@ {/forminput}
-
+
{formlabel label="Expiration Date" for=""} {forminput} @@ -122,7 +122,7 @@ {/legend} {legend legend="Trackbacks"} -
+
{formlabel label="Send trackback pings" for="trackback"} {forminput} diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index 7300c8c..dc0d9ec 100644 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -12,7 +12,7 @@ {legend legend="Crosspost"} {* we loop over this twice because we want two separate lists from the same hash *} {if $availableBlogs} -
+
{formlabel label="Blogs this Post is Already Crossposted To" for="blog_id"} {forminput} {foreach from=$availableBlogs key=blogContentId item=availBlogTitle} @@ -33,7 +33,7 @@ {/if} {if $availableBlogs} -
+
{formlabel label="Include in Blogs" for="blog_id"} {forminput} {foreach from=$availableBlogs key=blogContentId item=availBlogTitle} @@ -62,7 +62,7 @@ {/forminput} {textarea id="crosspost_note" label="Crosspost Note (Optional)" name="crosspost_note" noformat="y" rows=6 help="Add a note you would like to appear above the post when viewed on the crossposted blog. This does not appear on the post page." edit=$crosspost.crosspost_note} -
+
 
diff --git a/templates/edit_blog.tpl b/templates/edit_blog.tpl index 0c2e5c0..d65d54a 100644 --- a/templates/edit_blog.tpl +++ b/templates/edit_blog.tpl @@ -27,7 +27,7 @@ {legend legend="Blog Settings"} -
+
{formfeedback warning=$warning} {formlabel label="Title" for="title"} {forminput} @@ -37,7 +37,7 @@ {textarea edit=$edit|default:$gContent->getField('data')} -
+
{formlabel label="Number of posts to show" for="max_posts"} {forminput} @@ -47,7 +47,7 @@ {* DEPRECATED - Slated for removal -wjames5 {if $gBitUser->hasPermission('p_blogs_create_is_public')} -
+