phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default index.xet,1.1.2.1,1.1.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default index.xet,1.1.2.1,1.1.2.2
Date: Thu, 03 Oct 2002 15:35:41 -0400

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

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

Index: index.xet
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/Attic/index.xet,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** index.xet   30 Sep 2002 18:12:19 -0000      1.1.2.1
--- index.xet   3 Oct 2002 19:35:39 -0000       1.1.2.2
***************
*** 1,58 ****
  <?xml version="1.0"?>
  <overlay>
!   <grid id="notes.index.rows" template="" lang="" group="0" 
version="0.9.15.001">
!     <columns>
!       <column/>
!       <column/>
!       <column/>
!       <column/>
!       <column/>
!       <column/>
!       <column/>
!     </columns>
!     <rows>
!       <row class="nmh">
!         <description value="Date"/>
!         <description value="Note"/>
!         <description value="Owner"/>
!         <description value="Access"/>
!         <description value="View"/>
!         <description value="Edit"/>
!         <description value="Delete"/>
!       </row>
!       <row class="nmr" valign="top">
!         <description no_lang="1" id="${row}[date]"/>
!         <description options="50,50" no_lang="1" id="${row}[content]"/>
!         <description no_lang="1" id="${row}[owner]"/>
!         <description id="${row}[access]"/>
!         <button label="View" id="view[$row_cont[id]]" statustext="view this 
note"/>
!         <button label="Edit" id="edit[$row_cont[id]]" statustext="edit this 
note"/>
!         <button label="Delete" id="delete[$row_cont[id]]" statustext="delete 
this note"/>
!       </row>
!     </rows>
!   </grid>
!   <grid id="notes.index" template="" lang="" group="" version="0.9.15.001" 
width="100%">
!     <columns>
!       <column/>
!       <column width="5%"/>
!     </columns>
!     <rows>
!       <row>
!         <description options="b" value="Notes - List notes for " no_lang="1" 
id="user"/>
!         <button label="Categories" align="right" id="cats" statustext="add, 
edit or delete categories"/>
!       </row>
!       <row>
!         <hrule span="all"/>
!       </row>
!       <row>
!         <description options="i" span="all" no_lang="1" align="center" 
id="msg"/>
!       </row>
!       <row>
!         <nextmatch options="notes.index.rows" span="all" id="nm"/>
!       </row>
!       <row>
!         <button span="all" label="Add note" id="add" statustext="to add a new 
note"/>
!       </row>
!     </rows>
!   </grid>
  </overlay>
--- 1,58 ----
  <?xml version="1.0"?>
+ <!-- $Id$ -->
  <overlay>
!       <grid id="notes.index.rows" template="" lang="" group="0" 
version="0.9.15.003">
!               <columns>
!                       <column/>
!                       <column/>
!                       <column/>
!                       <column/>
!                       <column/>
!                       <column/>
!                       <column/>
!               </columns>
!               <rows>
!                       <row class="th">
!                               <description value="Date"/>
!                               <description value="Note"/>
!                               <description value="Owner"/>
!                               <description value="Access"/>
!                               <description value="View"/>
!                               <description value="Edit"/>
!                               <description value="Delete"/>
!                       </row>
!                       <row class="row" valign="top">
!                               <description no_lang="1" id="${row}[date]"/>
!                               <description options="50,50" no_lang="1" 
id="${row}[content]"/>
!                               <description no_lang="1" id="${row}[owner]"/>
!                               <description id="${row}[access]"/>
!                               <button label="View" id="view[$row_cont[id]]" 
onchange="1" statustext="view this note"/>
!                               <button label="Edit" id="edit[$row_cont[id]]" 
onchange="1" statustext="edit this note"/>
!                               <button label="Delete" 
id="delete[$row_cont[id]]" onchange="1" statustext="delete this note"/>
!                       </row>
!               </rows>
!       </grid>
!       <grid id="notes.index" template="" lang="" group="" 
version="0.9.15.002" width="100%">
!               <columns>
!                       <column width="40%"/>
!                       <column/>
!                       <column width="5%"/>
!               </columns>
!               <rows>
!                       <row>
!                               <description options="b" value="Notes - List 
notes for " no_lang="1" id="user"/>
!                               <description options="i" no_lang="1" 
align="center" id="msg"/>
!                               <button label="Categories" align="right" 
id="cats" statustext="add, edit or delete categories"/>
!                       </row>
!                       <row>
!                               <hrule span="all"/>
!                       </row>
!                       <row>
!                               <nextmatch options="notes.index.rows" 
span="all" id="nm"/>
!                       </row>
!                       <row>
!                               <button span="all" label="Add note" id="add" 
statustext="to add a new note"/>
!                       </row>
!               </rows>
!       </grid>
  </overlay>





reply via email to

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