]> code.citadel.org Git - citadel.git/commitdiff
* Fixed a template error that caused c_auth_mode to be set to 0 during any config...
authorArt Cancro <ajc@citadel.org>
Mon, 19 Jan 2009 22:48:16 +0000 (22:48 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 Jan 2009 22:48:16 +0000 (22:48 +0000)
webcit/static/t/tab_siteconfig_access.html

index 2d9ccdb9d9958186754b07a83610d57d8ce379d0..1bc057df8da4bc5b0d4c78aeaf8c663cf6a2617d 100644 (file)
@@ -48,7 +48,7 @@
 <input type="checkbox" NAME="c_disable_newu" VALUE="yes" <?%("COND:SERVCFG", 1, "c_disable_newu", 1, "CHECKED", "")>></td></tr>
 
 <tr><td><?_("Enable host based authentication mode")></td><td>
-<input type="hidden" NAME="c_auth_mode" VALUE='<?%("COND:SERVCFG", 1, "c_auth_mode", 1, "'Yes'", "'No'")>'>
+<input type="hidden" NAME="c_auth_mode" VALUE="<?SERV:CFG("c_auth_mode")>">
 <?!("COND:SERVCFG", 1, "c_auth_mode", 1)>
 <?_("Yes")>
 <?!("X", 1)>