phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup/templates/default config.tpl,1.2,1.3


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup/templates/default config.tpl,1.2,1.3
Date: Thu, 06 Feb 2003 17:54:06 -0500

Update of /cvsroot/phpgroupware/setup/templates/default
In directory subversions:/tmp/cvs-serv22327

Modified Files:
        config.tpl 
Log Message:
Add WebDAV file_repository option, and show example path for WebDAV repository

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/setup/templates/default/config.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** config.tpl  11 Dec 2002 14:20:45 -0000      1.2
--- config.tpl  6 Feb 2003 22:54:02 -0000       1.3
***************
*** 24,28 ****
  
     <tr bgcolor="{row_on}">
!     
<td>{lang_Enter_the_full_path_for_users_and_group_files.<br>Examples:_/files,_E:\FILES}:</td>
      <td><input name="newsettings[files_dir]" value="{value_files_dir}" 
size="40"></td>
     </tr>
--- 24,28 ----
  
     <tr bgcolor="{row_on}">
!     
<td>{lang_Enter_the_full_path_for_users_and_group_files.<br>Examples:_/files,_E:\FILES,<br>http://webdav.domain.com
 (WebDAV)}:</td>
      <td><input name="newsettings[files_dir]" value="{value_files_dir}" 
size="40"></td>
     </tr>
***************
*** 307,310 ****
--- 307,311 ----
       <select name="newsettings[file_repository]">
        <option value="sql"{selected_file_repository_sql}>SQL</option>
+       <option value="dav"{selected_file_repository_dav}>WebDAV</option>
       </select>
      </td>





reply via email to

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