add files
This commit is contained in:
42
app/xml/priceparts.xml
Normal file
42
app/xml/priceparts.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>priceparts</table>
|
||||
<increment>pricepart_id</increment>
|
||||
<order>partname</order>
|
||||
<title>Рубрики книг</title>
|
||||
</main>
|
||||
<item>
|
||||
<column>pricepart_id</column>
|
||||
<title>ID</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
<hint>Порядковый номер статьи</hint>
|
||||
</item>
|
||||
<item>
|
||||
<column>partname</column>
|
||||
<title>Раздел</title>
|
||||
<type>text</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
<validate>
|
||||
<type>notnull</type>
|
||||
<critic>True</critic>
|
||||
</validate>
|
||||
<hint>Название рубрики</hint>
|
||||
</item>
|
||||
<item>
|
||||
<column>partalias</column>
|
||||
<title>Псевдоним</title>
|
||||
<type>text</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
</items>
|
||||
Reference in New Issue
Block a user