diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-15 04:30:30 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-15 04:30:30 +0000 |
| commit | 19585f7c714e852974d59abaa135ad9d06dd3914 (patch) | |
| tree | edc1990087474174dfacd9d9567a0d10eef857b7 /templates | |
| parent | bd6b6fea0e3309ec40bea33fbd88aa8891b6a830 (diff) | |
| download | wiki-19585f7c714e852974d59abaa135ad9d06dd3914.tar.gz wiki-19585f7c714e852974d59abaa135ad9d06dd3914.tar.bz2 wiki-19585f7c714e852974d59abaa135ad9d06dd3914.zip | |
checks to keep user input after preview
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_page.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl index d37ce68..f933b0d 100644 --- a/templates/edit_page.tpl +++ b/templates/edit_page.tpl @@ -1,7 +1,6 @@ -{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.42 2008/07/03 15:28:05 wjames5 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.43 2008/09/15 04:30:30 laetzer Exp $ *} {strip} <div class="floaticon">{bithelp}</div> - <div class="edit wiki"> <div class="header"> <h1> @@ -114,7 +113,7 @@ <div class="row"> {formlabel label="Minor save" for="isminor"} {forminput} - <input type="checkbox" name="isminor" id="isminor" value="on" /> + <input type="checkbox" name="isminor" id="isminor" value="on" {if $pageInfo.isminor}checked="checked" {/if}/> {formhelp note="This will prevent the generation of a new version. You can use this, if your changes are minor."} {/forminput} </div> |
