diff options
| author | spiderr <spider@viovio.com> | 2013-04-25 16:19:19 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-25 16:19:19 -0400 |
| commit | 52246998d7ee5de720b535194d64bb344738978d (patch) | |
| tree | 9a2e95ffe620a71150e74aa9942a597b58781f45 /templates | |
| parent | 799319a8b85cbfdc6004fbb2e11490e43cf5b558 (diff) | |
| download | wiki-52246998d7ee5de720b535194d64bb344738978d.tar.gz wiki-52246998d7ee5de720b535194d64bb344738978d.tar.bz2 wiki-52246998d7ee5de720b535194d64bb344738978d.zip | |
wrap checkbox with forminput
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_page.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl index bd46785..d29c138 100644 --- a/templates/edit_page.tpl +++ b/templates/edit_page.tpl @@ -114,10 +114,12 @@ {if $gBitUser->hasPermission( 'p_wiki_save_minor' )} <div class="control-group"> + {forminput} <label class="checkbox"> <input type="checkbox" name="isminor" id="isminor" value="on" {if $pageInfo.isminor}checked="checked" {/if}/>Minor save {formhelp note="This will prevent the generation of a new version. You can use this, if your changes are minor."} </label> + {/forminput} </div> {/if} @@ -200,10 +202,12 @@ </div> <div class="control-group"> + {forminput} <label class="checkbox"> <input type="checkbox" name="parsehtml" id="parsehtml" {if $parsehtml eq 'y'}checked="checked"{/if} />Try to convert HTML to wiki {formhelp note=""} </label> + {/forminput} </div> {* SPIDERKILL - disable wiki Import |
