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.xul,1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default delete.xul,1.1,1.2
Date: Tue, 17 Sep 2002 18:10:53 -0400

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

Modified Files:
        delete.xul 
Log Message:
yes and no now side-by-side

Index: delete.xul
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/delete.xul,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** delete.xul  17 Sep 2002 21:25:30 -0000      1.1
--- delete.xul  17 Sep 2002 22:10:51 -0000      1.2
***************
*** 1,28 ****
  <?xml version="1.0"?>
  <overlay>
!       <grid id="delete" template="" lang="" group="" version="" width="50%" 
align="center" border="1">
!               <columns>
!                       <column/>
!               </columns>
!               <rows>
!                       <row>
!                               <description size="b" align="center" span="all" 
content="Delete note"/>
!                       </row>
!                       <row>
!                               <hrule span="all"/>
!                       </row>
!                       <row>
!                               <description align="center" span="all" 
content="Are you sure you want to delete this entry ?"/>
!                       </row>
!                       <row>
!                               <description span="all"/>
!                       </row>
!                       <row>
!                               <button label="Yes" id="confirm" 
statustext="deletes the note"/>
!                       </row>
!                       <row>
!                               <button label="No" id="done" statustext="back 
to the list"/>
!                       </row>
!               </rows>
!       </grid>
! </overlay>
--- 1,24 ----
  <?xml version="1.0"?>
  <overlay>
!   <grid id="notes.delete" template="" lang="" group="" version="" width="50%">
!     <columns>
!       <column/>
!       <column/>
!     </columns>
!     <rows>
!       <row>
!         <description options="b" span="all" value="Notes - Delete note"/>
!       </row>
!       <row>
!         <hrule span="all"/>
!       </row>
!       <row>
!         <description span="all"/>
!       </row>
!       <row>
!         <button label="Yes" align="center" id="confirm" statustext="deletes 
the note"/>
!         <button label="No" align="center" id="done" statustext="back to the 
list"/>
!       </row>
!     </rows>
!   </grid>
! </overlay>
\ No newline at end of file





reply via email to

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