26 lines
585 B
XML
26 lines
585 B
XML
|
|
<?xml version="1.0" encoding="UTF8"?>
|
||
|
|
<items>
|
||
|
|
<main>
|
||
|
|
<table>typequest</table>
|
||
|
|
<order>typequestname</order>
|
||
|
|
<increment>typequest_id</increment>
|
||
|
|
</main>
|
||
|
|
<item>
|
||
|
|
<column>typequest_id</column>
|
||
|
|
<title>Номер</title>
|
||
|
|
<type>increment</type>
|
||
|
|
<view-table>False</view-table>
|
||
|
|
<view-form>False</view-form>
|
||
|
|
<hint>Порядковый номер стаьи</hint>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<column>typequestname</column>
|
||
|
|
<title>Название типа</title>
|
||
|
|
<type>text</type>
|
||
|
|
<col>45</col>
|
||
|
|
<view>
|
||
|
|
<table>True</table>
|
||
|
|
<form>True</form>
|
||
|
|
</view>
|
||
|
|
</item>
|
||
|
|
</items>
|