phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/templates/default editor.xet,1.4,1.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/templates/default editor.xet,1.4,1.5
Date: Thu, 17 Oct 2002 18:17:14 -0400

Update of /cvsroot/phpgroupware/etemplate/templates/default
In directory subversions:/tmp/cvs-serv3749

Modified Files:
        editor.xet 
Log Message:
update


Index: editor.xet
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/templates/default/editor.xet,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** editor.xet  14 Oct 2002 00:39:17 -0000      1.4
--- editor.xet  17 Oct 2002 22:16:47 -0000      1.5
***************
*** 18,22 ****
                </rows>
        </grid>
!       <grid id="etemplate.editor.edit-buttons" template="" lang="" group="0" 
version="0.9.15.002">
                <columns>
                        <column/>
--- 18,22 ----
                </rows>
        </grid>
!       <grid id="etemplate.editor.options" template="" lang="" group="0" 
version="0.9.15.001">
                <columns>
                        <column/>
***************
*** 27,44 ****
                        <column/>
                        <column/>
-                       <column/>
-                       <column/>
                </columns>
                <rows>
                        <row>
!                               <button label="Read" id="read" statustext="read 
eTemplate from database (for the keys above)"/>
!                               <button label="Show (no save)" id="show" 
statustext="shows/displays eTemplate for testing, does NOT save it before"/>
!                               <button label="Save" id="save" statustext="save 
the eTemplate under the above keys (name, ...), change them for a SaveAs"/>
!                               <button label="Delete" id="delete" 
statustext="deletes the eTemplate spez. above"/>
!                               <button label="Dump4Setup" id="dump" 
statustext="writes a 'etemplates.inc.php' file (for application in Name) in the 
setup-dir of the app"/>
!                               <button label="Write Langfile" id="langfile" 
statustext="creates an english ('en') langfile from label and helptexts (for 
application in Name)"/>
!                               <button label="Export XML" id="export_xml" 
statustext="export the loaded eTemplate into a xml-file"/>
!                               <button label="Import XML" id="import_xml" 
statustext="import an eTemplate from a xml-file"/>
!                               <file id="file" statustext="xml-file to 
import"/>
                        </row>
                </rows>
--- 27,42 ----
                        <column/>
                        <column/>
                </columns>
                <rows>
                        <row>
!                               <textbox size="8" label="Width" id="width" 
statustext="Width of the table in % or pixels for the table-tag and (optional) 
div"/>
!                               <textbox size="8" label="Height" id="height" 
statustext="Height of the table in % or pixels for the table-tag and (optional) 
div"/>
!                               <menulist>
!                                       <menupopup label="Overflow" no_lang="1" 
id="overflow" statustext="what happens with overflowing content: visible 
(default), hidden, scroll, auto (browser decides)"/>
!                               </menulist>
!                               <int label="Border" id="border" 
statustext="Border-line-thickness for the table-tag"/>
!                               <textbox size="12" label="Class" id="class" 
statustext="CSS class for the table-tag"/>
!                               <int label="Spacing" id="spacing" 
statustext="Cellspacing for the table-tag"/>
!                               <int label="Padding" id="padding" 
statustext="Cellpadding for the table-tag"/>
                        </row>
                </rows>
***************
*** 136,140 ****
                </rows>
        </grid>
!       <grid id="etemplate.editor.edit" template="" lang="" group="0" 
version="0.9.15.002" border="1" class="editorEdit">
                <columns>
                        <column/>
--- 134,138 ----
                </rows>
        </grid>
!       <grid id="etemplate.editor.edit" template="" lang="" group="0" 
version="0.9.15.003" border="1" class="editorEdit">
                <columns>
                        <column/>
***************
*** 146,150 ****
                                <grid content="Col$col," 
id="etemplate.editor.col_header"/>
                        </row>
!                       <row>
                                <grid content="Row$row," class="th" 
id="etemplate.editor.row_header"/>
                                <grid content="$col$row" 
id="etemplate.editor.cell"/>
--- 144,148 ----
                                <grid content="Col$col," 
id="etemplate.editor.col_header"/>
                        </row>
!                       <row valign="top">
                                <grid content="Row$row," class="th" 
id="etemplate.editor.row_header"/>
                                <grid content="$col$row" 
id="etemplate.editor.cell"/>
***************
*** 155,159 ****
                </styles>
        </grid>
!       <grid id="etemplate.editor" template="" lang="" group="" 
version="0.9.15.002" width="100%">
                <columns>
                        <column/>
--- 153,157 ----
                </styles>
        </grid>
!       <grid id="etemplate.editor" template="" lang="" group="" 
version="0.9.15.004" width="100%" height="100%">
                <columns>
                        <column/>
***************
*** 172,179 ****
                        </row>
                        <row>
!                               <grid span="all" 
id="etemplate.editor.edit-buttons"/>
                        </row>
                        <row>
!                               <textbox span="all" label="Width, Height, 
Border, class, Spacing, Padding" id="size" statustext="width, height, 
border-line-thickness, CSS-class name, Celspaceing, Cellpadding (for TABLE 
tag)"/>
                        </row>
                        <row>
--- 170,187 ----
                        </row>
                        <row>
!                               <hbox span="all">
!                                       <button label="Read" id="read" 
statustext="read eTemplate from database (for the keys above)"/>
!                                       <button label="Show (no save)" 
id="show" statustext="shows/displays eTemplate for testing, does NOT save it 
before"/>
!                                       <button label="Save" id="save" 
statustext="save the eTemplate under the above keys (name, ...), change them 
for a SaveAs"/>
!                                       <button label="Delete" id="delete" 
statustext="deletes the eTemplate spez. above"/>
!                                       <button label="Dump4Setup" id="dump" 
statustext="writes a 'etemplates.inc.php' file (for application in Name) in the 
setup-dir of the app"/>
!                                       <button label="Write Langfile" 
id="langfile" statustext="creates an english ('en') langfile from label and 
helptexts (for application in Name)"/>
!                                       <button label="Export XML" 
id="export_xml" statustext="export the loaded eTemplate into a xml-file"/>
!                                       <button label="Import XML" 
id="import_xml" statustext="import an eTemplate from a xml-file"/>
!                                       <file id="file" statustext="xml-file to 
import"/>
!                               </hbox>
                        </row>
                        <row>
!                               <grid content="options" span="all" 
id="etemplate.editor.options"/>
                        </row>
                        <row>





reply via email to

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