Style customfields' edit popup dialog

This commit is contained in:
Hadi Nategh 2014-10-30 14:13:45 +00:00
parent 1c6524cf0b
commit 836251277c

View File

@ -4,11 +4,17 @@
<template id="admin.customfield_edit" template="" lang="" group="0" version="1.9.001"> <template id="admin.customfield_edit" template="" lang="" group="0" version="1.9.001">
<grid width="100%"> <grid width="100%">
<columns> <columns>
<column width="130"/>
<column width="350"/>
<column/> <column/>
<column/> <column width="30"/>
<column/>
</columns> </columns>
<rows> <rows>
<row class="dialogHeader" height="28">
<description statustext="the name used internaly (&amp;lt;= 20 chars), changeing it makes existing data unavailible" value="Name"/>
<textbox statustext="the name used internaly (&lt;= 20 chars), changeing it makes existing data unavailible" id="cf_name" size="20" maxlength="32" needed="true" class="et2_fullWidth" span="2"/>
<appicon/>
</row>
<row disabled="@no_types"> <row disabled="@no_types">
<description value="Type"/> <description value="Type"/>
<menulist> <menulist>
@ -16,34 +22,23 @@
</menulist> </menulist>
<description/> <description/>
</row> </row>
<row>
<description statustext="the name used internaly (&amp;lt;= 20 chars), changeing it makes existing data unavailible" value="Name"/>
<textbox statustext="the name used internaly (&lt;= 20 chars), changeing it makes existing data unavailible" id="cf_name" size="20" maxlength="32" needed="true"/>
<description/>
</row>
<row> <row>
<description value="Label"/> <description value="Label"/>
<vbox> <textbox statustext="the text displayed to the user" id="cf_label" maxlength="255" class="et2_fullWidth"/>
<textbox statustext="the text displayed to the user" id="cf_label" maxlength="255"/>
<description id="cf_label"/>
</vbox>
<description/> <description/>
</row> </row>
<row> <row>
<description value="Type of field"/> <description value="Type of field"/>
<vbox> <customfields-types statustext="Type of customfield" id="cf_type" class="et2_fullWidth"/>
<customfields-types statustext="Type of customfield" id="cf_type"/> <hbox>
</vbox> <description value="Required"/>
<description/> <checkbox id="cf_needed"/>
</row> </hbox>
<row>
<description value="Required"/>
<checkbox id="cf_needed"/>
<description/> <description/>
</row> </row>
<row disabled="!@use_private"> <row disabled="!@use_private">
<description value="Private"/> <description value="Private"/>
<taglist-account statustext="Select accounts for which the custom field should be visible" id="cf_private" rows="3" account_type="both" span="2"/> <taglist-account class="et2_fullWidth" statustext="Select accounts for which the custom field should be visible" id="cf_private" rows="3" account_type="both" span="2"/>
<description/> <description/>
</row> </row>
<row> <row>
@ -51,18 +46,15 @@
<textbox multiline="true" statustext="each value is a line like id[=label]" id="cf_values" rows="4" cols="30" span="2" width="99%"/> <textbox multiline="true" statustext="each value is a line like id[=label]" id="cf_values" rows="4" cols="30" span="2" width="99%"/>
</row> </row>
<row> <row>
<description value="Length"/> <description value="Attributes"/>
<textbox statustext="max length of the input [, length of the inputfield (optional)]" id="cf_len" size="5"/> <box span="2">
<description/> <description value="Length:"/>
</row> <textbox statustext="max length of the input [, length of the inputfield (optional)]" id="cf_len" size="5"/>
<row> <description value="Rows:"/>
<description value="Rows"/> <textbox type="integer" blur="1" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="cf_rows" min="0" max="10" size="2"/>
<textbox type="integer" blur="1" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="cf_rows" min="0" max="10" size="2"/> <description value="Order:"/>
<description/> <textbox type="integer" statustext="determines the order the fields are displayed" id="cf_order" min="1" size="3"/>
</row> </box>
<row>
<description value="Order"/>
<textbox type="integer" statustext="determines the order the fields are displayed" id="cf_order" min="1" size="3"/>
<description/> <description/>
</row> </row>
<row class="dialogFooterToolbar"> <row class="dialogFooterToolbar">