From e18bb94b6068b98a1462dbe2a6966fdf683d1eb8 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_rss.tpl | 18 +++++++++--------- templates/admin_rssmodules.tpl | 14 +++++++------- templates/rss.tpl | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/admin_rss.tpl b/templates/admin_rss.tpl index 56ae409..c5df2fb 100644 --- a/templates/admin_rss.tpl +++ b/templates/admin_rss.tpl @@ -6,7 +6,7 @@ {legend legend="Syndication Feeds"} {foreach from=$formRSSFeeds key=pkg_rss item=output} -
+
{formlabel label="Feed for `$output.label`" for=$pkg_rss} {forminput} {html_checkboxes name="$pkg_rss" values="y" checked=$gBitSystem->getConfig($pkg_rss) labels=false id=$pkg_rss} @@ -17,21 +17,21 @@ {/forminput}
-
+
{formlabel label="Items" for=$rss_max} {forminput} {/forminput}
-
+
{formlabel label="Title" for=$rss_title} {forminput} {/forminput}
-
+
{formlabel label="Description" for=$rss_description} {forminput} @@ -52,7 +52,7 @@ {jstab title="Syndication Settings"} {legend legend="Syndication Settings"} -
+
{formlabel label="Default Feed Type" for="rssfeed_default_version"} {forminput} {html_options name=rssfeed_default_version id=rssfeed_default_version values=$feedTypes options=$feedTypes selected=$gBitSystem->getConfig('rssfeed_default_version')} @@ -60,7 +60,7 @@ {/forminput}
-
+
{formlabel label="Cache Time" for="rssfeed_cache_time"} {forminput} {html_options name=rssfeed_cache_time id=rssfeed_cache_time values=$cacheTimes options=$cacheTimes selected=$gBitSystem->getConfig('rssfeed_cache_time')} @@ -69,7 +69,7 @@
{foreach from=$formRSSSettings key=setting item=output} -
+
{formlabel label=`$output.label` for=$setting} {forminput} @@ -79,7 +79,7 @@ {/foreach} {foreach from=$formRSSOptions 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} @@ -91,7 +91,7 @@ {/jstab} {/jstabs} -
+
{/form} diff --git a/templates/admin_rssmodules.tpl b/templates/admin_rssmodules.tpl index a48a644..09a26ed 100644 --- a/templates/admin_rssmodules.tpl +++ b/templates/admin_rssmodules.tpl @@ -20,7 +20,7 @@ {form legend="Create / Edit Syndication Module"} -
+
{formlabel label="Title" for="name"} {forminput} @@ -28,7 +28,7 @@ {/forminput}
-
+
{formlabel label="Description" for="description"} {forminput} @@ -36,7 +36,7 @@ {/forminput}
-
+
{formlabel label="URL" for="url"} {forminput} @@ -44,7 +44,7 @@ {/forminput}
-
+
{formlabel label="Refresh Rate" for="refresh"} {forminput} @@ -74,7 +74,7 @@ {/forminput}
-
+
{formlabel label="Publication Time" for="pub-date"} {forminput} @@ -82,7 +82,7 @@ {/forminput}
-
+
{/form} diff --git a/templates/rss.tpl b/templates/rss.tpl index a47e657..0eae82e 100644 --- a/templates/rss.tpl +++ b/templates/rss.tpl @@ -18,7 +18,7 @@
{/if} -
+
{formlabel label="Feed Format" for="format"} {forminput} {html_options name=format id=format values=$feedFormat options=$feedFormat selected=$feedlink.format} @@ -26,7 +26,7 @@ {/forminput}
-
+
{formlabel label="Feed" for="pkg"} {forminput} {html_options name=pkg id=pkg values=$pkgs options=$pkgs selected=$feedlink.pkg} @@ -34,7 +34,7 @@ {/forminput}
-
+
{/legend} -- cgit v1.3