diff options
| author | spiderr <spider@viovio.com> | 2014-11-19 16:19:42 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-11-19 16:19:42 -0500 |
| commit | c7aed5a7b1f56f0e79a3f508f81800ac73fd575b (patch) | |
| tree | e1fdb6c4a011fd226eb885eb269d4594d0b0e441 /templates | |
| parent | 510e43ec07880190d54143ee8fe954bb1c4987c3 (diff) | |
| download | rss-c7aed5a7b1f56f0e79a3f508f81800ac73fd575b.tar.gz rss-c7aed5a7b1f56f0e79a3f508f81800ac73fd575b.tar.bz2 rss-c7aed5a7b1f56f0e79a3f508f81800ac73fd575b.zip | |
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_rssmodules.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_rssmodules.tpl b/templates/admin_rssmodules.tpl index d00b3ba..6fb8cd5 100644 --- a/templates/admin_rssmodules.tpl +++ b/templates/admin_rssmodules.tpl @@ -67,17 +67,17 @@ </div> <div class="form-group"> - <label class="checkbox"> + {forminput label="checkbox"} <input type="checkbox" name="show_title" id="show-title" {if $show_title eq 'y'}checked="checked"{/if} />Show Feed Title {formhelp note="Might not work as expected."} - </label> + {/forminput} </div> <div class="form-group"> - <label class="checkbox"> + {forminput label="checkbox"} <input type="checkbox" name="show_pub_date" id="pub-date" {if $show_pub_date eq 'y'}checked="checked"{/if} />Publication Time {formhelp note="Show the time at which the feed was published."} - </label> + {/forminput} </div> <div class="form-group submit"> |
