add files
This commit is contained in:
47
app/xml/brasil_count.xml
Normal file
47
app/xml/brasil_count.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>brasil_count</table>
|
||||
<order></order>
|
||||
<order_type>DESC</order_type>
|
||||
<increment>bc_id</increment>
|
||||
<title>Подсчет этапов в ЧМ2014</title>
|
||||
</main>
|
||||
|
||||
<item>
|
||||
<column>bc_id</column>
|
||||
|
||||
<title>bc_id</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>bc_name</column>
|
||||
|
||||
<title>Этап</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>bc_count</column>
|
||||
<title>Подсчитать этап</title>
|
||||
<type>checkbox</type>
|
||||
<col>100</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
<hint>Подсчитать этап</hint>
|
||||
</item>
|
||||
|
||||
</items>
|
||||
Reference in New Issue
Block a user