From c06f9badb40bc9c4ed4547c567ae6d5b59301fc2 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 15 May 2012 16:37:21 -0400 Subject: [PATCH] Added 'go' as hidden input fields to all of the forms in the room editor --- webcit/roomops.c | 1 + webcit/static/t/room/edit/tab_access.html | 2 ++ webcit/static/t/room/edit/tab_expire.html | 1 + webcit/static/t/room/edit/tab_feed.html | 2 ++ webcit/static/t/room/edit/tab_listserv.html | 3 +++ 5 files changed, 9 insertions(+) diff --git a/webcit/roomops.c b/webcit/roomops.c index 0c264b646..28839bae3 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1028,6 +1028,7 @@ void set_room_policy(void) { } FreeStrBuf(&Line); ReloadCurrentRoom(); + output_headers(1, 1, 1, 0, 0, 0); do_template("room_edit"); wDumpContent(1); diff --git a/webcit/static/t/room/edit/tab_access.html b/webcit/static/t/room/edit/tab_access.html index 8cad949fe..326908351 100644 --- a/webcit/static/t/room/edit/tab_access.html +++ b/webcit/static/t/room/edit/tab_access.html @@ -8,6 +8,7 @@
+ "> @@ -23,6 +24,7 @@ + ">
diff --git a/webcit/static/t/room/edit/tab_expire.html b/webcit/static/t/room/edit/tab_expire.html index fb958151b..a030d0b9f 100644 --- a/webcit/static/t/room/edit/tab_expire.html +++ b/webcit/static/t/room/edit/tab_expire.html @@ -2,6 +2,7 @@
+ ">
diff --git a/webcit/static/t/room/edit/tab_feed.html b/webcit/static/t/room/edit/tab_feed.html index 99242fb74..6a11cd2d1 100644 --- a/webcit/static/t/room/edit/tab_feed.html +++ b/webcit/static/t/room/edit/tab_feed.html @@ -6,6 +6,7 @@ + ">

@@ -35,6 +36,7 @@ + ">

diff --git a/webcit/static/t/room/edit/tab_listserv.html b/webcit/static/t/room/edit/tab_listserv.html index 25ce56206..aecb89ed4 100644 --- a/webcit/static/t/room/edit/tab_listserv.html +++ b/webcit/static/t/room/edit/tab_listserv.html @@ -12,6 +12,7 @@ + "> ">

@@ -28,6 +29,7 @@ + "> ">

@@ -75,6 +77,7 @@ -- 2.30.2
+ "> ">