add files
This commit is contained in:
27
app/xml/groupuser.xml
Normal file
27
app/xml/groupuser.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>groupuser</table>
|
||||
<increment>group_id</increment>
|
||||
<order>group_id</order>
|
||||
<title>Администрирование. Группы</title>
|
||||
</main>
|
||||
<item>
|
||||
<column>group_id</column>
|
||||
<title>id</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>groupname</column>
|
||||
<title>Название группы</title>
|
||||
<type>text</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
</items>
|
||||
Reference in New Issue
Block a user