From a64bfc27dd3a05603efa1a729cc1ae4922e7ed17 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 14 May 2012 23:56:15 -0400 Subject: [PATCH] Add a 'go' value to the 'edit room configuration' tab so it automatically selects the correct room upon submit --- webcit/roomops.c | 6 ------ webcit/static/t/room/edit.html | 1 - webcit/static/t/room/edit/tab_config.html | 1 + webcit/subst.c | 8 ++++---- 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/webcit/roomops.c b/webcit/roomops.c index 09534742e..2cba1abb6 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -5,17 +5,11 @@ * * This program is open source software. You can redistribute it and/or * modify it under the terms of the GNU General Public License, version 3. - * - * * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * - * - * */ #include "webcit.h" diff --git a/webcit/static/t/room/edit.html b/webcit/static/t/room/edit.html index d3f3c07bb..c8928ccb3 100644 --- a/webcit/static/t/room/edit.html +++ b/webcit/static/t/room/edit.html @@ -11,7 +11,6 @@ _("Remote retrieval"), ="room_edit_tab_feed", "", ="room_edit_submit")> - diff --git a/webcit/static/t/room/edit/tab_config.html b/webcit/static/t/room/edit/tab_config.html index 7c45b6ec7..872f3ea19 100644 --- a/webcit/static/t/room/edit/tab_config.html +++ b/webcit/static/t/room/edit/tab_config.html @@ -1,6 +1,7 @@
+ ">
  • diff --git a/webcit/subst.c b/webcit/subst.c index 41a352e68..1a8d029f0 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -584,10 +584,10 @@ long GetTemplateTokenNumber(StrBuf *Target, WCTemplputParams *TP, int N, long df } -/** - * \brief puts string into the template and computes which escape methon we should use - * \param Source the string we should put into the template - * \param FormatTypeIndex where should we look for escape types if? +/* + * puts string into the template and computes which escape methon we should use + * Source = the string we should put into the template + * FormatTypeIndex = where should we look for escape types if? */ void StrBufAppendTemplate(StrBuf *Target, WCTemplputParams *TP, -- 2.30.2