Files
adanar/app/xml/broadcast.xml
arlemp@selectel.ru c5003b00cf add files
2023-08-05 11:59:48 +03:00

120 lines
2.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF8"?>
<items>
<main>
<table>broadcast</table>
<increment>broadcast_id</increment>
<order>broadcast_id</order>
<order_type>DESC</order_type>
<title>Афиша</title>
</main>
<item>
<column>broadcast_id</column>
<title>ID</title>
<type>increment</type>
<view>
<table>True</table>
<form>False</form>
</view>
<hint> </hint>
</item>
<item>
<column>casttext</column>
<title>Анонс</title>
<type>text</type>
<col>120</col>
<view>
<table>True</table>
<form>True</form>
</view>
<maxsize>80</maxsize>
<hint></hint>
<typograf>1</typograf>
</item>
<item>
<column>timestart</column>
<title>start</title>
<type>datetime</type>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>timeend</column>
<title>end</title>
<type>datetime</type>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>publ_link</column>
<title>Публ_линк</title>
<type>text</type>
<col>120</col>
<view>
<table>False</table>
<form>True</form>
</view>
<maxsize>80</maxsize>
<hint></hint>
<typograf>1</typograf>
</item>
<item>
<column>result_link</column>
<title>Рез_линк</title>
<type>text</type>
<col>120</col>
<view>
<table>False</table>
<form>True</form>
</view>
<maxsize>80</maxsize>
<hint></hint>
<typograf>1</typograf>
</item>
<item>
<column>broadcast_type_id</column>
<title>Тип</title>
<type>lookup</type>
<lookup>
<table>broadcast_type</table>
<id>broadcast_type_id</id>
<column>broadcast_type_name</column>
<order>broadcast_type_name</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>True</filter>
</item>
<item>
<column>broadcast_org_id</column>
<title>Компания</title>
<type>lookup</type>
<lookup>
<table>broadcast_org</table>
<id>broadcast_org_id</id>
<column>broadcast_org_name</column>
<order>broadcast_org_name</order>
</lookup>
<view>
<table>False</table>
<form>True</form>
</view>
<filter>True</filter>
</item>
<item>
<column>broad_active</column>
<title>Пб</title>
<type>checkbox</type>
<col>100</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
</items>