phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/templates/default import.tpl,1.9,1.1


From: Pablo Pessagno <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/templates/default import.tpl,1.9,1.10
Date: Tue, 15 Jan 2002 11:04:53 -0500

Update of /cvsroot/phpgroupware/addressbook/templates/default
In directory subversions:/tmp/cvs-serv6705/templates/default

Modified Files:
        import.tpl 
Log Message:

Import template lang fixes 


Index: import.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/import.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** import.tpl  9 Aug 2001 00:50:08 -0000       1.9
--- import.tpl  15 Jan 2002 16:04:45 -0000      1.10
***************
*** 13,34 ****
       <TD><FORM ENCTYPE="multipart/form-data" action="{action_url}" 
method="post">
              <OL>
!             <LI>In Netscape, open the Addressbook and select <b>Export</b> 
from the <b>File</b> menu.
!                 The file exported will be in LDIF format.
!               <P>Or, in Outlook, select your Contacts folder, select 
<b>Import 
!                 and Export...</b> from the <b>File</b> 
!                 menu and export your contacts into a comma separated text 
(CSV) file.
!               <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook 
and select <b>Export</b> from the <b>File</b> menu.
!                 The file exported will be in VCard format.<P>
              </LI>
!             <LI>Enter the path to the exported file here:
                <INPUT NAME="tsvfile" SIZE="48" TYPE="file" 
VALUE="{tsvfilename}"><P></LI>
!             <LI>Select the type of conversion:
              <SELECT NAME="conv_type">
!             <OPTION VALUE="none">&lt;none&gt;</OPTION>
       {conv}
              </SELECT><P></LI>
     <LI>{lang_cat}:{cat_link}</LI>
!    <LI><INPUT NAME="private" TYPE="checkbox" VALUE="private" CHECKED>Mark 
records as private</LI>
!             <LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" 
CHECKED>Debug output in browser</LI>
              <LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
              </OL>
--- 13,28 ----
       <TD><FORM ENCTYPE="multipart/form-data" action="{action_url}" 
method="post">
              <OL>
!             <LI>{help_import}
              </LI>
!             <LI>{export_path}:
                <INPUT NAME="tsvfile" SIZE="48" TYPE="file" 
VALUE="{tsvfilename}"><P></LI>
!             <LI>{conversion}:
              <SELECT NAME="conv_type">
!             <OPTION VALUE="none">&lt;{none}&gt;</OPTION>
       {conv}
              </SELECT><P></LI>
     <LI>{lang_cat}:{cat_link}</LI>
!    <LI><INPUT NAME="private" TYPE="checkbox" VALUE="private" 
CHECKED>{mark_private}</LI>
!             <LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" 
CHECKED>{debug_output}</LI>
              <LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
              </OL>




reply via email to

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