phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default delete.xet,1.1.2.2,1.1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default delete.xet,1.1.2.2,1.1.2.3 edit.xet,1.1.2.3,1.1.2.4 view.xet,1.1.2.1,1.1.2.2
Date: Thu, 03 Oct 2002 15:27:38 -0400

Update of /cvsroot/phpgroupware/notes/templates/default
In directory subversions:/tmp/cvs-serv11740

Modified Files:
      Tag: eTemplate
        delete.xet edit.xet view.xet 
Log Message:
use readonly select-boxes to display owner-name and categorie

Index: delete.xet
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/Attic/delete.xet,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** delete.xet  1 Oct 2002 18:29:41 -0000       1.1.2.2
--- delete.xet  3 Oct 2002 19:27:36 -0000       1.1.2.3
***************
*** 1,43 ****
  <?xml version="1.0"?>
  <overlay>
!   <grid id="notes.delete" template="" lang="" group="" version="0.9.15.002" 
width="100%">
!     <columns>
!       <column width="10%"/>
!       <column/>
!     </columns>
!     <rows>
!       <row>
!         <description span="all" value="Notes - Delete note"/>
!       </row>
!       <row>
!         <hrule span="all"/>
!       </row>
!       <row>
!         <description span="all" align="center" id="msg"/>
!       </row>
!       <row class="nmr">
!         <description value="Category"/>
!         <description span="all" no_lang="1" id="cat"/>
!       </row>
!       <row class="nmr" valign="top">
!         <description value="Content"/>
!         <textbox multiline="true" rows="10" cols="60" span="all" id="content" 
readonly="true"/>
!       </row>
!       <row class="nmr">
!         <description value="Access"/>
!         <description span="all" id="access"/>
!       </row>
!       <row class="nmr">
!         <description value="Owner"/>
!         <description span="all" no_lang="1" id="owner"/>
!       </row>
!       <row height="50">
!         <description options="b" span="all" value="Delete this note?"/>
!       </row>
!       <row>
!         <button label="Yes" id="confirm" statustext="deletes the note"/>
!         <button span="all" label="No" id="done" statustext="back to the 
list"/>
!       </row>
!     </rows>
!   </grid>
  </overlay>
--- 1,48 ----
  <?xml version="1.0"?>
+ <!-- $Id$ -->
  <overlay>
!       <grid id="notes.delete" template="" lang="" group="" 
version="0.9.15.003" width="100%">
!               <columns>
!                       <column width="10%"/>
!                       <column/>
!               </columns>
!               <rows>
!                       <row>
!                               <description span="all" value="Notes - Delete 
note"/>
!                       </row>
!                       <row>
!                               <hrule span="all"/>
!                       </row>
!                       <row>
!                               <description span="all" align="center" 
id="msg"/>
!                       </row>
!                       <row class="row">
!                               <description value="Category"/>
!                               <menulist span="all">
!                                       <menupopup type="select-cat" 
options="None" id="cat_id" readonly="true"/>
!                               </menulist>
!                       </row>
!                       <row class="row" valign="top">
!                               <description value="Content"/>
!                               <textbox multiline="true" rows="10" cols="60" 
span="all" id="content" readonly="true"/>
!                       </row>
!                       <row class="row">
!                               <description value="Access"/>
!                               <description span="all" id="access"/>
!                       </row>
!                       <row class="row">
!                               <description value="Owner"/>
!                               <menulist span="all">
!                                       <menupopup type="select-account" 
options=",account,2" id="owner" readonly="true"/>
!                               </menulist>
!                       </row>
!                       <row height="50">
!                               <description options="b" span="all" 
value="Delete this note?"/>
!                       </row>
!                       <row>
!                               <button label="Yes" id="confirm" 
statustext="deletes the note"/>
!                               <button span="all" label="No" id="done" 
statustext="back to the list"/>
!                       </row>
!               </rows>
!       </grid>
  </overlay>

Index: edit.xet
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/Attic/edit.xet,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** edit.xet    1 Oct 2002 23:18:09 -0000       1.1.2.3
--- edit.xet    3 Oct 2002 19:27:36 -0000       1.1.2.4
***************
*** 1,5 ****
  <?xml version="1.0"?>
  <overlay>
!       <grid id="notes.edit" template="" lang="" group="" version="0.9.15.002" 
width="100%">
                <columns>
                        <column width="10%"/>
--- 1,6 ----
  <?xml version="1.0"?>
+ <!-- $Id$ -->
  <overlay>
!       <grid id="notes.edit" template="" lang="" group="" version="0.9.15.003" 
width="100%">
                <columns>
                        <column width="10%"/>
***************
*** 22,28 ****
                        <row class="nmr">
                                <description value="Category"/>
!                               <menulist span="all" statustext="select the 
category">
!                                       <menupopup id="cat" options="-1" 
type="select-cat"/>
                                </menulist>
                        </row>
                        <row class="nmr" valign="top">
--- 23,32 ----
                        <row class="nmr">
                                <description value="Category"/>
!                               <menulist span="all">
!                                       <menupopup type="select-cat" 
options="None" id="cat_id" statustext="select the category"/>
                                </menulist>
+                               <description/>
+                               <description/>
+                               <description/>
                        </row>
                        <row class="nmr" valign="top">
***************
*** 36,40 ****
                        <row class="nmr">
                                <description value="Owner"/>
!                               <description span="all" no_lang="1" id="owner"/>
                        </row>
                        <row>
--- 40,49 ----
                        <row class="nmr">
                                <description value="Owner"/>
!                               <menulist span="all">
!                                       <menupopup type="select-account" 
options=",accounts,2" no_lang="1" id="owner" readonly="true"/>
!                               </menulist>
!                               <description/>
!                               <description/>
!                               <description/>
                        </row>
                        <row>

Index: view.xet
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/Attic/view.xet,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** view.xet    1 Oct 2002 18:29:41 -0000       1.1.2.1
--- view.xet    3 Oct 2002 19:27:36 -0000       1.1.2.2
***************
*** 1,49 ****
  <?xml version="1.0"?>
  <overlay>
!   <grid id="notes.view" template="" lang="" group="" version="0.9.15.001" 
width="100%">
!     <columns>
!       <column width="10%"/>
!       <column width="10%"/>
!       <column width="10%"/>
!       <column width="10%"/>
!       <column/>
!     </columns>
!     <rows>
!       <row>
!         <description options="b" span="4" value="@header" no_lang="1" 
id="user"/>
!         <button label="Categories" align="right" id="cats" statustext="add, 
edit, delete categories"/>
!       </row>
!       <row>
!         <hrule span="all"/>
!       </row>
!       <row>
!         <description span="all" align="center" id="msg"/>
!       </row>
!       <row class="nmr">
!         <description value="Category"/>
!         <description span="all" no_lang="1" id="cat"/>
!       </row>
!       <row class="nmr" valign="top">
!         <description value="Content"/>
!         <textbox multiline="true" rows="10" cols="60" span="all" id="content" 
readonly="true"/>
!       </row>
!       <row class="nmr">
!         <description value="Access"/>
!         <description span="all" id="access"/>
!       </row>
!       <row class="nmr">
!         <description value="Owner"/>
!         <description span="all" no_lang="1" id="owner"/>
!       </row>
!       <row>
!         <description span="all"/>
!       </row>
!       <row>
!         <button label="Done" id="done" statustext="back to the notes list"/>
!         <button label="Edit" id="edit" statustext="edit the note"/>
!         <button label="Delete" id="delete" statustext="deletes the note"/>
!         <description span="all"/>
!       </row>
!     </rows>
!   </grid>
  </overlay>
--- 1,60 ----
  <?xml version="1.0"?>
+ <!-- $Id$ -->
  <overlay>
!       <grid id="notes.view" template="" lang="" group="" version="0.9.15.003" 
width="100%">
!               <columns>
!                       <column width="10%"/>
!                       <column width="10%"/>
!                       <column width="10%"/>
!                       <column width="10%"/>
!                       <column/>
!               </columns>
!               <rows>
!                       <row>
!                               <description options="b" span="4" 
value="@header" no_lang="1" id="user"/>
!                               <button label="Categories" align="right" 
id="cats" statustext="add, edit, delete categories"/>
!                       </row>
!                       <row>
!                               <hrule span="all"/>
!                       </row>
!                       <row>
!                               <description span="all" align="center" 
id="msg"/>
!                       </row>
!                       <row class="row">
!                               <description value="Category"/>
!                               <menulist span="all">
!                                       <menupopup type="select-cat" 
options="None" no_lang="1" id="cat_id" readonly="true"/>
!                               </menulist>
!                               <description/>
!                               <description/>
!                               <description/>
!                       </row>
!                       <row class="row" valign="top">
!                               <description value="Content"/>
!                               <textbox multiline="true" rows="10" cols="60" 
span="all" id="content" readonly="true"/>
!                       </row>
!                       <row class="row">
!                               <description value="Private"/>
!                               <checkbox options="private,public,x" span="all" 
id="access" readonly="true"/>
!                       </row>
!                       <row class="row">
!                               <description value="Owner"/>
!                               <menulist span="all">
!                                       <menupopup type="select-account" 
options=",account,2" id="owner" readonly="true"/>
!                               </menulist>
!                               <description/>
!                               <description/>
!                               <description/>
!                       </row>
!                       <row>
!                               <description span="all"/>
!                       </row>
!                       <row>
!                               <button label="Done" id="done" statustext="back 
to the notes list"/>
!                               <button label="Edit" id="edit" statustext="edit 
the note"/>
!                               <button label="Delete" id="delete" 
statustext="deletes the note"/>
!                               <description span="all"/>
!                       </row>
!               </rows>
!       </grid>
  </overlay>





reply via email to

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