forked from extern/egroupware
changed <label/> to <description/>
This commit is contained in:
parent
b09efe7676
commit
5cb3240b0f
@ -17,21 +17,21 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="nmh">
|
<row class="nmh">
|
||||||
<label value="#" no_lang="1" align="center"/>
|
<description value="#" no_lang="1" align="center"/>
|
||||||
<label value="ColumnName"/>
|
<description value="ColumnName"/>
|
||||||
<label value="Type"/>
|
<description value="Type"/>
|
||||||
<label value="Precision"/>
|
<description value="Precision"/>
|
||||||
<label value="Scale"/>
|
<description value="Scale"/>
|
||||||
<label value="Nullable"/>
|
<description value="Nullable"/>
|
||||||
<label value="Unique"/>
|
<description value="Unique"/>
|
||||||
<label value="Primary Key"/>
|
<description value="Primary Key"/>
|
||||||
<label value="Indexed"/>
|
<description value="Indexed"/>
|
||||||
<label value="Foreign Key"/>
|
<description value="Foreign Key"/>
|
||||||
<label value="Default"/>
|
<description value="Default"/>
|
||||||
<button label="Add Column" align="center" id="add_column"/>
|
<button label="Add Column" align="center" id="add_column"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="nmr">
|
<row class="nmr">
|
||||||
<label no_lang="1" align="center" id="Row${row}[n]"/>
|
<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_'"/>
|
<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>
|
<menulist>
|
||||||
<menupopup no_lang="1" id="Row${row}[type]" statustext="type of the column"/>
|
<menupopup no_lang="1" id="Row${row}[type]" statustext="type of the column"/>
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label size="bi" span="6" value="Editable Templates - DB-Tools" no_lang="1" id="msg"/>
|
<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"/>
|
<button label="eTemplate Editor" align="right" id="editor" statustext="to start the eTemplate editor"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hrule span="all"/>
|
<hrule span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label span="all"/>
|
<description span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<menulist>
|
<menulist>
|
||||||
|
Loading…
Reference in New Issue
Block a user