phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/default config.tpl,1.2,1.2.2.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default config.tpl,1.2,1.2.2.1
Date: Mon, 12 Aug 2002 06:28:22 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv7677/phpgwapi/templates/default

Modified Files:
      Tag: Version-0_9_14-branch
        config.tpl 
Log Message:
New way of handling the DateTime problem.  This is now part of setup/config.

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/config.tpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** config.tpl  5 Jan 2002 20:40:44 -0000       1.2
--- config.tpl  12 Aug 2002 10:28:20 -0000      1.2.2.1
***************
*** 56,59 ****
--- 56,86 ----
  
     <tr bgcolor="{row_off}">
+     
<td>{lang_Datetime_port.<br>If_using_port_13,_please_set_firewall_rules_appropriately_before_submitting_this_page.<br>(Port:_13_/_Host:_129.6.15.28)}</td>
+     <td>
+       <select name="newsettings[daytime_port]">
+        <option 
value="00"{selected_daytime_port_00}>{lang_00_(disable)}</option>
+        <option value="13"{selected_daytime_port_13}>{lang_13_(ntp)}</option>
+        <option value="80"{selected_daytime_port_80}>{lang_80_(http)}</option>
+       </select>
+     </td>
+    </tr>
+ 
+ <!--
+    <tr bgcolor="{row_off}">
+     
<td>{lang_Datetime_host_(Only_if_using_port_13).<br>Please_set_firewall_rules_appropriately_before_submitting.}</td>
+     <td>
+       <select name="newsettings[daytime_host]">
+        <option 
value="193.219.61.8"{selected_daytime_host_193.219.61.8}>ntp1.litnet.lt</option>
+        <option 
value="193.219.61.10"{selected_daytime_host_193.219.61.10}>ntp2.litnet.lt</option>
+        <option 
value="134.214.100.6"{selected_daytime_host_134.214.100.6}>ntp.univ-lyon1.fr</option>
+        <option 
value="193.51.24.1"{selected_daytime_host_193.51.24.1}>soleil.uvsq.fr</option>
+        <option 
value="212.54.64.203"{selected_daytime_host_212.54.64.203}>ntp.worldonline.dk</option>
+        <option 
value="202.123.165.147"{selected_daytime_host_202.123.165.147}>stdtime.gov.hk</option>
+       </select>
+     </td>
+    </tr>
+ -->
+ 
+    <tr bgcolor="{row_off}">
      <td>{lang_Enter_your_HTTP_proxy_server}:</td>
      <td><input name="newsettings[httpproxy_server]" 
value="{value_httpproxy_server}"></td>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]