From 6643db0cd20be4fdc6d06c767b079575e4e757f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Jun 2008 21:15:19 -0400 Subject: [PATCH] add support for an attachment upload field FormBuilder makes it annoyingly hard to move a submit button to a nonstandard place. The button name has to be "_submit" or FormBuilder will ignore it. --- templates/editpage.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index b0bb0ecb9..36b616f5b 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -60,6 +60,11 @@ Optional comment about this change:
+ +

+Attach a file: +

+
-- 2.26.2