phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default edit.xul,NONE,1.1


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

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

Added Files:
        edit.xul 
Log Message:
started porting notes to use etemplates

--- NEW FILE ---
<?xml version="1.0"?>
<overlay>
        <grid id="edit" template="" lang="" group="" version="" width="60%" 
border="1">
                <columns>
                        <column/>
                        <column/>
                        <column/>
                        <column/>
                </columns>
                <rows>
                        <row>
                                <description size="b" id="header"/>
                                <description size="b" id="user"/>
                        </row>
                        <row>
                                <hrule span="all"/>
                        </row>
                        <row>
                                <description align="center" span="all" 
id="msg"/>
                        </row>
                        <row>
                                <description value="Category"/>
                                <menulist>
                                        <menupopup 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>
                                <description value="Privat"/>
                                <checkbox id="access" statustext="access for 
the note"/>
                        </row>
                        <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>
                        <row>
                                <description span="all"/>
                        </row>
                </rows>
        </grid>
</overlay>





reply via email to

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