phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/templates/default config.tpl,1.9,1.10


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/templates/default config.tpl,1.9,1.10
Date: Mon, 26 Aug 2002 00:39:27 -0400

Update of /cvsroot/phpgroupware/admin/templates/default
In directory subversions:/tmp/cvs-serv24575/admin/templates/default

Modified Files:
        config.tpl 
Log Message:
Add 'Select where you want to store/retreive file contents' option 
(file_store_contents)

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/config.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** config.tpl  14 May 2002 01:02:19 -0000      1.9
--- config.tpl  26 Aug 2002 04:39:25 -0000      1.10
***************
*** 42,49 ****
  
     <tr bgcolor="{row_off}">
!     
<td>{lang_Select_where_you_want_to_store/retrieve_filesystem_information}:</td>
      <td>
       <select name="newsettings[file_repository]">
        <option value="sql"{selected_file_repository_sql}>SQL</option>
       </select>
      </td>
--- 42,67 ----
  
     <tr bgcolor="{row_off}">
!     <td>
!       {lang_Select_where_you_want_to_store/retrieve_filesystem_information}:
!       <br>
!       ({lang_file_type,_size,_version,_etc.})
!     </td>
      <td>
       <select name="newsettings[file_repository]">
        <option value="sql"{selected_file_repository_sql}>SQL</option>
+      </select>
+     </td>
+    </tr>
+ 
+    <tr bgcolor="{row_off}">
+     <td>
+       {lang_Select_where_you_want_to_store/retrieve_file_contents}:
+       <br>
+       ({lang_Recommended:_Filesystem})
+     </td>
+     <td>
+      <select name="newsettings[file_store_contents]">
+       <option 
value="filesystem"{selected_file_store_contents_filesystem}>Filesystem</option>
+       <option value="sql"{selected_file_store_contents_sql}>SQL</option>
       </select>
      </td>





reply via email to

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