diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-12 04:13:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-12 04:13:55 +0000 |
commit | 01b058a28570e60c928c2b7f2c83512e6fe84145 (patch) | |
tree | 7f82bca5a1f3cef095e3ba7099ce8f047344a4a9 /templates | |
parent | 08f87ed62dcf71415586b875bb7bce10986a6a6b (diff) | |
download | ikiwiki-01b058a28570e60c928c2b7f2c83512e6fe84145.tar ikiwiki-01b058a28570e60c928c2b7f2c83512e6fe84145.tar.gz |
* Add postformtext parameter to inline.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/blogpost.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl index 9fbf9a769..7eeede603 100644 --- a/templates/blogpost.tmpl +++ b/templates/blogpost.tmpl @@ -9,7 +9,8 @@ <input type="hidden" name="do" value="blog" /> <input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>" /> <input type="hidden" name="subpage" value="1" /> -Add a new post titled: <input name="title" size="40" /> +<TMPL_VAR POSTFORMTEXT> +<input name="title" size="40" /> <input type="submit" value="Edit" /> </div> </form> |