diff options
| author | spiderr <spider@viovio.com> | 2014-11-19 16:19:39 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-11-19 16:19:39 -0500 |
| commit | 408a84375acb4b7ad9c4488a2fa6ab9f0d37b4db (patch) | |
| tree | 596dd837abff22f6349f87464c773911175de397 | |
| parent | 9d71ee65836dfd4d1f1bdd7a43040c6034b77b9f (diff) | |
| download | pigeonholes-408a84375acb4b7ad9c4488a2fa6ab9f0d37b4db.tar.gz pigeonholes-408a84375acb4b7ad9c4488a2fa6ab9f0d37b4db.tar.bz2 pigeonholes-408a84375acb4b7ad9c4488a2fa6ab9f0d37b4db.zip | |
add-forminput-label-param-for-bs3
| -rw-r--r-- | templates/edit_pigeonholes.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl index 67941d5..9f61d55 100644 --- a/templates/edit_pigeonholes.tpl +++ b/templates/edit_pigeonholes.tpl @@ -45,10 +45,10 @@ {if $gBitSystem->isFeatureActive( 'pigeonholes_allow_forbid_insertion') } <div class="form-group"> - <label class="checkbox"> + {forminput label="checkbox"} <input type="checkbox" name="pigeonhole[prefs][no_insert]" id="pigeonhole-no-insert" {if $gContent->mPrefs.no_insert}checked="checked"{/if} />Forbid Content Insertion {formhelp note="Forbids inserting new content into this category. Useful for categories which are meant to hold other categories in a heirarchy where only leaf categories should hold content."} - </label> + {/forminput} </div> {/if} |
