Hide the Telephone Number field in the site config, it is no longer present in Citade...
authorArt Cancro <ajc@citadel.org>
Tue, 3 May 2016 03:33:38 +0000 (23:33 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 3 May 2016 03:33:38 +0000 (23:33 -0400)
citadel/utils/setup.c
webcit/static/t/aide/siteconfig/tab_general.html

index 6eaa957d3d4829c46262adbb39ab49ae186a8bc7..edb0a0ab2dffc032884416f5bb70bbd4622bbec2 100644 (file)
@@ -863,7 +863,7 @@ void edit_value(int curr)
                                pw = getpwnam(ctdluidname);
                                if (pw != NULL) {
                                        ctdluid = pw->pw_uid;
-                               }
+                               
                                else if (atoi(ctdluidname) > 0) {
                                        ctdluid = atoi(ctdluidname);
                                }
index b9c116f282b903469dbbdcb33b6e1388cf453088..c0f3d50add785ede15c5a51334b7269c50205888 100644 (file)
 <tr><td><?_("Human-readable node name")></td><td>
 <input type="text" name="c_humannode" maxlength="20" value='<?SERV:CFG("c_humannode")>'></td></tr>
 
+<!--
 <tr><td><?_("Telephone number")></td><td>
 <input type="text" name="c_phonenum" maxlength="15" value='<?SERV:CFG("c_phonenum")>'></td></tr>
+-->
 
 <tr><td><?_("Paginator prompt (for text mode clients)")></td><td>
 <input type="text" name="c_moreprompt" maxlength="79" value='<?SERV:CFG("c_moreprompt")>'></td></tr>