[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?xml version="1.0"?> 2 <!-- $Id: customfields.xet 20295 2006-02-15 12:31:25Z $ --> 3 <overlay> 4 <template id="admin.customfields.fields" template="" lang="" group="0" version="1.2"> 5 <grid> 6 <columns> 7 <column/> 8 <column/> 9 <column disabled="!@type2"/> 10 <column/> 11 <column/> 12 <column/> 13 <column/> 14 <column/> 15 </columns> 16 <rows> 17 <row class="th"> 18 <description value="Name" statustext="the name used internaly (<= 20 chars), changeing it makes existing data unavailible"/> 19 <description value="Label"/> 20 <description value="Subtype"/> 21 <description value="Type"/> 22 <description value="Options" statustext="each value is a line like <id>[=<label>]"/> 23 <description value="Length<br>Rows"/> 24 <description value="Order"/> 25 <description value="Action" align="center" statustext="deletes this field"/> 26 </row> 27 <row class="row" valign="top"> 28 <textbox size="20" maxlength="32" id="$row}[name]" statustext="the name used internaly (<= 20 chars), changeing it makes existing data unavailible"/> 29 <vbox> 30 <textbox maxlength="255" id="$row}[label]" statustext="the text displayed to the user"/> 31 <description id="$row}[label]"/> 32 </vbox> 33 <menulist> 34 <menupopup options="All" id="$row}[type2]"/> 35 </menulist> 36 <menulist> 37 <menupopup id="{$row}[type]" statustext="Type of customfield"/> 38 </menulist> 39 <textbox multiline="true" rows="2" cols="30" id="$row}[values]" statustext="each value is a line like id[=label]"/> 40 <vbox> 41 <textbox size="5" id="$row}[len]" statustext="max length of the input [, length of the inputfield (optional)]"/> 42 <int options="0,10,2" id="$row}[rows]" statustext="number of row for a multiline inputfield or line of a multi-select-box" blur="1"/> 43 </vbox> 44 <int options="1,,3" id="$row}[order]" statustext="determines the order the fields are displayed"/> 45 <hbox> 46 <button label="Delete" id="delete[$row_cont[name]]" statustext="deletes this field"/> 47 <button label="Create" id="create$row_cont[name]" statustext="creates a new field"/> 48 </hbox> 49 </row> 50 </rows> 51 </grid> 52 </template> 53 <template id="admin.customfields" template="" lang="" group="0" version="1.2"> 54 <grid> 55 <columns> 56 <column/> 57 <column/> 58 <column/> 59 <column/> 60 <column/> 61 <column width="80%"/> 62 </columns> 63 <rows> 64 <row> 65 <description span="all" class="redItalic" id="error_msg" align="center" no_lang="1"/> 66 <description/> 67 <description/> 68 <description/> 69 <description/> 70 <description no_lang="1"/> 71 </row> 72 <row> 73 <template content="fields" span="all" id="admin.customfields.fields"/> 74 </row> 75 <row> 76 <hbox span="all"> 77 <button label="Save" id="button[save]" statustext="saves the changes made and leaves"/> 78 <button label="Apply" id="button[apply]" statustext="applies the changes"/> 79 <button label="Cancel" id="button[cancel]" statustext="leaves without saveing"/> 80 </hbox> 81 </row> 82 </rows> 83 </grid> 84 <styles> 85 .redItalic { color: red; font-style: italics; } 86 </styles> 87 </template> 88 </overlay>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |