phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/templates/default link_widget.attach.x


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/templates/default link_widget.attach.xet,NONE,1.1 link_widget.create.xet,1.2,1.3 link_widget.search.xet,1.1,1.2
Date: Sun, 20 Oct 2002 11:05:16 -0400

Update of /cvsroot/phpgroupware/etemplate/templates/default
In directory subversions:/tmp/cvs-serv15365

Modified Files:
        link_widget.create.xet link_widget.search.xet 
Added Files:
        link_widget.attach.xet 
Log Message:
Got fileattachments working as links:
- link-widget and infolog/link-class can attach files now
- changed the value of the file-widget (it's an array now)

***** Error reading new file: [Errno 2] No such file or directory: 
'link_widget.attach.xet'
Index: link_widget.create.xet
===================================================================
RCS file: 
/cvsroot/phpgroupware/etemplate/templates/default/link_widget.create.xet,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** link_widget.create.xet      9 Oct 2002 11:55:05 -0000       1.2
--- link_widget.create.xet      20 Oct 2002 15:05:14 -0000      1.3
***************
*** 1,3 ****
! <?xml version="1.0"?>
  <!-- $Id$ -->
  <overlay>
--- 1,3 ----
! <?xml version="1.0" encoding="iso-8859-1"?>
  <!-- $Id$ -->
  <overlay>
***************
*** 18,22 ****
                                <button label="New search" id="new" 
statustext="start a new search, cancel this link"/>
                        </row>
!                       <row>
                                <description value="Comment"/>
                                <textbox size="50" maxlength="50" span="all" 
id="remark" statustext="optional note about the Link"/>
--- 18,22 ----
                                <button label="New search" id="new" 
statustext="start a new search, cancel this link"/>
                        </row>
!                       <row class="row_off">
                                <description value="Comment"/>
                                <textbox size="50" maxlength="50" span="all" 
id="remark" statustext="optional note about the Link"/>

Index: link_widget.search.xet
===================================================================
RCS file: 
/cvsroot/phpgroupware/etemplate/templates/default/link_widget.search.xet,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** link_widget.search.xet      9 Oct 2002 00:34:12 -0000       1.1
--- link_widget.search.xet      20 Oct 2002 15:05:14 -0000      1.2
***************
*** 1,6 ****
! <?xml version="1.0"?>
  <!-- $Id$ -->
  <overlay>
!       <grid id="etemplate.link_widget.search" template="" lang="" group="" 
version="0.9.15.001">
                <columns>
                        <column/>
--- 1,6 ----
! <?xml version="1.0" encoding="iso-8859-1"?>
  <!-- $Id$ -->
  <overlay>
!       <grid id="etemplate.link_widget.search" template="" lang="" group="" 
version="0.9.15.002">
                <columns>
                        <column/>
***************
*** 10,20 ****
                </columns>
                <rows>
!                       <row>
                                <menulist>
                                        <menupopup label="Search" id="app" 
statustext="Select an App to search in"/>
                                </menulist>
!                               <textbox id="query" statustext="Enter the query 
pattern"/>
!                               <button label="Search" id="search" 
statustext="click here to start the search"/>
                                <description class="error_msg" value="Nothing 
found - try again !!!" id="msg"/>
                        </row>
                </rows>
--- 10,26 ----
                </columns>
                <rows>
!                       <row class="row_on">
                                <menulist>
                                        <menupopup label="Search" id="app" 
statustext="Select an App to search in"/>
                                </menulist>
!                               <textbox size="25" id="query" statustext="Enter 
a search pattern"/>
!                               <button label="Search" id="search" 
statustext="Click here to start the search"/>
                                <description class="error_msg" value="Nothing 
found - try again !!!" id="msg"/>
+                       </row>
+                       <row class="row_off">
+                               <description value="attach file"/>
+                               <file id="file" statustext="Enter filename to 
upload and attach, use [Browse...] to search for it"/>
+                               <button label="Upload" id="upload" 
statustext="Click here to upload the file"/>
+                               <description/>
                        </row>
                </rows>





reply via email to

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