phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/config.tpl, 1.4


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/config.tpl, 1.4
Date: Thu, 15 Jul 2004 14:03:24 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          config.tpl

date: 2004/07/15 12:03:24;  author: sigurdne;  state: Exp;  lines: +19 -10

Log Message:
no message
=====================================================================
Index: property/templates/default/config.tpl
diff -u property/templates/default/config.tpl:1.3 
property/templates/default/config.tpl:1.4
--- property/templates/default/config.tpl:1.3   Wed Jul 14 22:55:52 2004
+++ property/templates/default/config.tpl       Thu Jul 15 12:03:24 2004
@@ -13,13 +13,23 @@
     <td 
colspan="2">&nbsp;<b>{lang_Workorder}/{lang_FM_settings}</b></font></td>
    </tr>
    <tr class="row_on">
-    <td>{lang_Path_to_Invoice_Export_file}:<br>
+    <td>{lang_Path_to_Invoice_Export_file}: ({lang_mandatory})<br>
     {lang_On_windows_use}: "//computername/share" {lang_or} 
"\\\\computername\share"</td>
     <td><input name="newsettings[export_path]" 
value="{value_export_path}"></td>
    </tr>
+   <tr class="row_on">
+    <td>{lang_Path_to_Invoice_Export_preregistering}: ({lang_mandatory})<br>
+    {lang_On_windows_use}: "//computername/share" {lang_or} 
"\\\\computername\share"</td>
+    <td><input name="newsettings[export_pre_path]" 
value="{value_export_pre_path}"></td>
+   </tr>
    <tr class="row_off">
-    <td>{lang_Default_municipal_number}:</td>
-    <td><input name="newsettings[default_municipal]" 
value="{value_default_municipal}"></td>
+    <td>{lang_invoice_export_method}:</td>
+    <td>
+     <select name="newsettings[invoice_export_method]">
+      <option value="local" 
{selected_invoice_export_method_local}>Local</option>
+      <option value="ftp" {selected_invoice_export_method_ftp}>Local and 
ftp</option>
+     </select>
+    </td>
    </tr>
    <tr class="row_on">
     <td>{lang_invoice_ftp_host}:</td>
@@ -33,14 +43,13 @@
     <td>{lang_invoice_ftp_host_pw}:</td>
     <td><input type ="password" name="newsettings[invoice_ftp_pw]" 
value="{value_invoice_ftp_pw}"></td>
    </tr>
+   <tr class="row_off">
+    <td>{lang_invoice_ftp_host_basedir_with_NO_trailing_slash}:</td>
+    <td><input name="newsettings[invoice_ftp_basedir]" 
value="{value_invoice_ftp_basedir}"></td>
+   </tr>
    <tr class="row_on">
-    <td>{lang_invoice_ftp}:</td>
-    <td>
-     <select name="newsettings[invoice_ftp]">
-      <option value="no" {selected_invoice_ftp_no}>NO</option>
-      <option value="yes" {selected_invoice_ftp_yes}>YES</option>
-     </select>
-    </td>
+    <td>{lang_Default_municipal_number}:</td>
+    <td><input name="newsettings[default_municipal]" 
value="{value_default_municipal}"></td>
    </tr>
    <tr class="row_off">
     <td>{lang_Tax_[%]}:</td>




reply via email to

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