phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/templates/default etemplate.db-tools.c


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/templates/default etemplate.db-tools.cols.xul,1.2,1.3 etemplate.db-tools.edit.xul,1.2,1.3
Date: Thu, 12 Sep 2002 17:53:05 -0400

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

Modified Files:
        etemplate.db-tools.cols.xul etemplate.db-tools.edit.xul 
Log Message:
changed <label/> to <description/>

Index: etemplate.db-tools.cols.xul
===================================================================
RCS file: 
/cvsroot/phpgroupware/etemplate/templates/default/etemplate.db-tools.cols.xul,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** etemplate.db-tools.cols.xul 12 Sep 2002 18:03:49 -0000      1.2
--- etemplate.db-tools.cols.xul 12 Sep 2002 21:53:03 -0000      1.3
***************
*** 18,36 ****
      <rows>
        <row class="nmh">
!         <label value="#" no_lang="1" align="center"/>
!         <label value="ColumnName"/>
!         <label value="Type"/>
!         <label value="Precision"/>
!         <label value="Scale"/>
!         <label value="Nullable"/>
!         <label value="Unique"/>
!         <label value="Primary Key"/>
!         <label value="Indexed"/>
!         <label value="Foreign Key"/>
!         <label value="Default"/>
          <button label="Add Column" align="center" id="add_column"/>
        </row>
        <row class="nmr">
!         <label no_lang="1" align="center" id="Row${row}[n]"/>
          <textbox size="20" no_lang="1" id="Row${row}[name]" statustext="need 
to be unique in the table and no reseved word from SQL, best prefix all with a 
common 2-digit short for the app, eg. 'et_'"/>
          <menulist>
--- 18,36 ----
      <rows>
        <row class="nmh">
!         <description value="#" no_lang="1" align="center"/>
!         <description value="ColumnName"/>
!         <description value="Type"/>
!         <description value="Precision"/>
!         <description value="Scale"/>
!         <description value="Nullable"/>
!         <description value="Unique"/>
!         <description value="Primary Key"/>
!         <description value="Indexed"/>
!         <description value="Foreign Key"/>
!         <description value="Default"/>
          <button label="Add Column" align="center" id="add_column"/>
        </row>
        <row class="nmr">
!         <description no_lang="1" align="center" id="Row${row}[n]"/>
          <textbox size="20" no_lang="1" id="Row${row}[name]" statustext="need 
to be unique in the table and no reseved word from SQL, best prefix all with a 
common 2-digit short for the app, eg. 'et_'"/>
          <menulist>

Index: etemplate.db-tools.edit.xul
===================================================================
RCS file: 
/cvsroot/phpgroupware/etemplate/templates/default/etemplate.db-tools.edit.xul,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** etemplate.db-tools.edit.xul 12 Sep 2002 18:03:49 -0000      1.2
--- etemplate.db-tools.edit.xul 12 Sep 2002 21:53:03 -0000      1.3
***************
*** 13,17 ****
      <rows>
        <row>
!         <label size="bi" span="6" value="Editable Templates - DB-Tools" 
no_lang="1" id="msg"/>
          <button label="eTemplate Editor" align="right" id="editor" 
statustext="to start the eTemplate editor"/>
        </row>
--- 13,17 ----
      <rows>
        <row>
!         <description size="bi" span="6" value="Editable Templates - DB-Tools" 
no_lang="1" id="msg"/>
          <button label="eTemplate Editor" align="right" id="editor" 
statustext="to start the eTemplate editor"/>
        </row>
***************
*** 20,24 ****
        </row>
        <row>
!         <label span="all"/>
        </row>
        <row>
--- 20,24 ----
        </row>
        <row>
!         <description span="all"/>
        </row>
        <row>





reply via email to

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