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,NONE,1.1 edit


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default delete.xul,NONE,1.1 edit.xul,1.3,1.4
Date: Tue, 17 Sep 2002 17:25:32 -0400

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

Modified Files:
        edit.xul 
Added Files:
        delete.xul 
Log Message:
update

--- NEW FILE ---
<?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>

Index: edit.xul
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/edit.xul,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** edit.xul    17 Sep 2002 19:48:09 -0000      1.3
--- edit.xul    17 Sep 2002 21:25:30 -0000      1.4
***************
*** 1,5 ****
  <?xml version="1.0"?>
  <overlay>
!       <grid id="edit" template="" lang="" group="" version="" width="60%" 
border="1">
                <columns>
                        <column/>
--- 1,5 ----
  <?xml version="1.0"?>
  <overlay>
!       <grid id="edit" template="" lang="" group="" version="" width="60%" 
align="center" border="1">
                <columns>
                        <column/>
***************
*** 10,14 ****
                <rows>
                        <row>
!                               <description size="b" align="center" span="2" 
id="header"/>
                        </row>
                        <row>
--- 10,14 ----
                <rows>
                        <row>
!                               <description size="b" align="center" span="all" 
id="header"/>
                        </row>
                        <row>
***************
*** 21,30 ****
                                <description value="Category"/>
                                <menulist>
!                                       <menupopup type="select-cat" span="all" 
id="cat" statustext="select the category"/>
                                </menulist>
                        </row>
                        <row>
                                <description valign="top" value="Content"/>
!                               <textbox multiline="true" cols="10" rows="60" 
span="all" id="content" statustext="the content of the note"/>
                        </row>
                        <row>
--- 21,30 ----
                                <description value="Category"/>
                                <menulist>
!                                       <menupopup type="select-cat" id="cat" 
statustext="select the category"/>
                                </menulist>
                        </row>
                        <row>
                                <description valign="top" value="Content"/>
!                               <textbox multiline="true" cols="10" rows="60" 
id="content" statustext="the content of the note"/>
                        </row>
                        <row>
***************
*** 37,43 ****
                        <row>
                                <button label="Save" id="save" 
statustext="saves the note"/>
!                               <button label="Reset" id="reset" 
statustext="clears the form"/>
!                               <button label="Delete" id="delete" 
statustext="deletes the note"/>
!                               <button label="Done" id="done" statustext="back 
to the notes list"/>
                        </row>
                </rows>
--- 37,43 ----
                        <row>
                                <button label="Save" id="save" 
statustext="saves the note"/>
!                               <button label="Reset" id="reset" align="center" 
statustext="clears the form"/>
!                               <button label="Delete" id="delete" 
align="center" statustext="deletes the note"/>
!                               <button label="Done" id="done" align="right" 
statustext="back to the notes list"/>
                        </row>
                </rows>





reply via email to

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