add files
This commit is contained in:
60
app/xml/subscript.xml
Normal file
60
app/xml/subscript.xml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>subscript</table>
|
||||
<order>id</order>
|
||||
<order_type>DESC</order_type>
|
||||
<increment>id</increment>
|
||||
<title>Подписчики для рассылки</title>
|
||||
</main>
|
||||
<item>
|
||||
<column>id</column>
|
||||
<title>ID</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>login</column>
|
||||
<title>Логин юзера</title>
|
||||
<type>text</type>
|
||||
<col>148</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>name</column>
|
||||
<title>Имя юзера</title>
|
||||
<type>text</type>
|
||||
<col>148</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>active</column>
|
||||
<title>Согласен на рассылку</title>
|
||||
<type>checkbox</type>
|
||||
<col>100</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>daily</column>
|
||||
<title>Подписан на ежедневку</title>
|
||||
<type>checkbox</type>
|
||||
<col>100</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
</items>
|
||||
Reference in New Issue
Block a user