phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/templates/default config.tpl,1.17.4


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/templates/default config.tpl,1.17.4.10,1.17.4.11
Date: Sun, 29 Jun 2003 06:20:39 -0400

Update of /cvsroot/phpgroupware/preferences/templates/default
In directory subversions:/tmp/cvs-serv22561

Modified Files:
      Tag: Version-0_9_16-branch
        config.tpl 
Log Message:
added autocomplete and click history options

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/Attic/config.tpl,v
retrieving revision 1.17.4.10
retrieving revision 1.17.4.11
diff -C2 -r1.17.4.10 -r1.17.4.11
*** config.tpl  21 Jun 2003 00:39:46 -0000      1.17.4.10
--- config.tpl  29 Jun 2003 10:20:36 -0000      1.17.4.11
***************
*** 18,22 ****
  
     <tr bgcolor="{row_off}">
!     <td>
{lang_Timeout_for_sessions_in_seconds_(default_14400_=_4_hours)}:
</td>
      <td><input size="8" name="newsettings[sessions_timeout]" 
value="{value_sessions_timeout}"></td>
     </tr>
--- 18,22 ----
  
     <tr bgcolor="{row_off}">
!     <td>{lang_Timeout_for_sessions_in_seconds_(default_14400_=_4_hours)}:</td>
      <td><input size="8" name="newsettings[sessions_timeout]" 
value="{value_sessions_timeout}"></td>
     </tr>
***************
*** 47,50 ****
--- 47,55 ----
     </tr>
  
+    <tr bgcolor="{row_off}">
+     <td>{lang_Maximum_entries_in_click_path_history}:</td>
+     <td><input name="newsettings[max_history]" 
value="{value_max_history}"></td>
+    </tr>
+ 
     <tr bgcolor="{th_bg}">
      <td colspan="2"><font 
color="{th_text}">&nbsp;<b>{lang_appearance}</b></font></td>
***************
*** 183,186 ****
--- 188,201 ----
      <td>
       <input name="newsettings[admin_mails]" value="{value_admin_mails}" 
size="40">
+     </td>
+    </tr>
+ 
+    <tr bgcolor="{row_on}">
+     <td>{lang_Disable_"auto_completion"_of_the_login_form_}:</td>
+     <td>
+       <select name="newsettings[autocomplete_login]">
+          <option value="">{lang_No}</option>
+        <option value="True"{autocomplete_login}>{lang_Yes}</option>
+        </select>
      </td>
     </tr>





reply via email to

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