summaryrefslogtreecommitdiff
path: root/templates/edit_page.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-07-03 15:28:05 +0000
committerwjames5 <will@tekimaki.com>2008-07-03 15:28:05 +0000
commit1d5f689d5df683f2d44f5d62005d7278c8f8d694 (patch)
tree30d2f6a65f9355c4ec1c22a479c45965b8225db2 /templates/edit_page.tpl
parent7144420dc99a55d4e8f5b81cec6200ede8c200b2 (diff)
downloadwiki-1d5f689d5df683f2d44f5d62005d7278c8f8d694.tar.gz
wiki-1d5f689d5df683f2d44f5d62005d7278c8f8d694.tar.bz2
wiki-1d5f689d5df683f2d44f5d62005d7278c8f8d694.zip
add content_id to edit forms - needed for fancy attachment ajax tricks as common way to identify content
Diffstat (limited to 'templates/edit_page.tpl')
-rw-r--r--templates/edit_page.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl
index 0ac6a39..d37ce68 100644
--- a/templates/edit_page.tpl
+++ b/templates/edit_page.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.41 2008/03/19 15:05:04 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.42 2008/07/03 15:28:05 wjames5 Exp $ *}
{strip}
<div class="floaticon">{bithelp}</div>
@@ -60,6 +60,7 @@
{jstab title="$editLabel Body"}
{legend legend="`$editLabel` Body"}
<input type="hidden" name="page_id" value="{$pageInfo.page_id}" />
+ <input type="hidden" name="content_id" value="{$pageInfo.content_id}" />
<div class="row">
{formfeedback warning=`$errors.title`}