diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-26 21:23:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-26 21:23:06 +0000 |
commit | b187641376a3d0519005c80c1ef0dd19266dda84 (patch) | |
tree | e9a52e132d098401589c1c4e6de411dc5d819e81 /templates | |
parent | 11c6054614ddfa7be7eaf3ccebc8a94ecd4eb3bf (diff) | |
download | ikiwiki-b187641376a3d0519005c80c1ef0dd19266dda84.tar ikiwiki-b187641376a3d0519005c80c1ef0dd19266dda84.tar.gz |
* Patch from Recai to allow selection of page type when creating a new page.
Default page type is inherited from the link clicked on to create the new
page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index cf4520575..1ee4c4947 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -28,9 +28,11 @@ confict and commit again to save your changes. <TMPL_VAR FIELD-RCSINFO> <TMPL_IF NAME="PAGE_SELECT"> Page location: <TMPL_VAR FIELD-PAGE> +Page type: <TMPL_VAR FIELD-TYPE> <TMPL_ELSE> <br /> <TMPL_VAR FIELD-PAGE> +<TMPL_VAR FIELD-TYPE> </TMPL_IF> <TMPL_VAR FIELD-EDITCONTENT><br /> <TMPL_IF NAME="CAN_COMMIT"> |