forked from extern/egroupware
allow 2 more columns in the indexes, as used for the unique index tracker escalations
This commit is contained in:
parent
e035498517
commit
dd157b2cd0
File diff suppressed because one or more lines are too long
@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<grid id="etemplate.db-tools.cols" template="" lang="" group="0" version="0.9.15.003">
|
<template id="etemplate.db-tools.cols" template="" lang="" group="0" version="0.9.15.003">
|
||||||
|
<grid>
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -52,7 +53,9 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<grid id="etemplate.db-tools.indices" template="" lang="" group="0" version="0.9.15.001">
|
</template>
|
||||||
|
<template id="etemplate.db-tools.indices" template="" lang="" group="0" version="1.5.001">
|
||||||
|
<grid>
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -62,6 +65,8 @@
|
|||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
|
<column/>
|
||||||
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
@ -74,6 +79,8 @@
|
|||||||
<description value="ColumnName"/>
|
<description value="ColumnName"/>
|
||||||
<description value="ColumnName"/>
|
<description value="ColumnName"/>
|
||||||
<description value="ColumnName"/>
|
<description value="ColumnName"/>
|
||||||
|
<description value="ColumnName"/>
|
||||||
|
<description value="ColumnName"/>
|
||||||
<description value="Unique"/>
|
<description value="Unique"/>
|
||||||
<button label="Add Index" align="center" id="add_index" statustext="Add a new multi-column index"/>
|
<button label="Add Index" align="center" id="add_index" statustext="Add a new multi-column index"/>
|
||||||
</row>
|
</row>
|
||||||
@ -94,12 +101,20 @@
|
|||||||
<menulist>
|
<menulist>
|
||||||
<menupopup options="none" no_lang="1" id="Index[$row][4]" statustext="Select the indexed columns in their desired order"/>
|
<menupopup options="none" no_lang="1" id="Index[$row][4]" statustext="Select the indexed columns in their desired order"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
|
<menulist>
|
||||||
|
<menupopup options="none" no_lang="1" id="Index[$row][5]" statustext="Select the indexed columns in their desired order"/>
|
||||||
|
</menulist>
|
||||||
|
<menulist>
|
||||||
|
<menupopup options="none" no_lang="1" id="Index[$row][6]" statustext="Select the indexed columns in their desired order"/>
|
||||||
|
</menulist>
|
||||||
<checkbox align="center" id="Index[$row][unique]" statustext="DB ensures that every row has a unique value in that column"/>
|
<checkbox align="center" id="Index[$row][unique]" statustext="DB ensures that every row has a unique value in that column"/>
|
||||||
<button label="Delete Index" align="center" id="delete_index[$row]" statustext="Deletes this index"/>
|
<button label="Delete Index" align="center" id="delete_index[$row]" statustext="Deletes this index"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<grid id="etemplate.db-tools.edit" template="" lang="" group="" version="0.9.15.002" width="100%">
|
</template>
|
||||||
|
<template id="etemplate.db-tools.edit" template="" lang="" group="0" version="0.9.15.002">
|
||||||
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -124,11 +139,12 @@
|
|||||||
<button label="Write Tables" id="write_tables" statustext="Write <app>/setup/tables_current.inc.php"/>
|
<button label="Write Tables" id="write_tables" statustext="Write <app>/setup/tables_current.inc.php"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<grid span="all" id="etemplate.db-tools.cols"/>
|
<template span="all" id="etemplate.db-tools.cols"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<grid span="all" id="etemplate.db-tools.indices"/>
|
<template span="all" id="etemplate.db-tools.indices"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
</template>
|
||||||
</overlay>
|
</overlay>
|
Loading…
Reference in New Issue
Block a user