mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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"?>
|
||||
<!-- $Id$ -->
|
||||
<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>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -52,7 +53,9 @@
|
||||
</row>
|
||||
</rows>
|
||||
</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>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -62,6 +65,8 @@
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="th">
|
||||
@ -74,6 +79,8 @@
|
||||
<description value="ColumnName"/>
|
||||
<description value="ColumnName"/>
|
||||
<description value="ColumnName"/>
|
||||
<description value="ColumnName"/>
|
||||
<description value="ColumnName"/>
|
||||
<description value="Unique"/>
|
||||
<button label="Add Index" align="center" id="add_index" statustext="Add a new multi-column index"/>
|
||||
</row>
|
||||
@ -94,12 +101,20 @@
|
||||
<menulist>
|
||||
<menupopup options="none" no_lang="1" id="Index[$row][4]" statustext="Select the indexed columns in their desired order"/>
|
||||
</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"/>
|
||||
<button label="Delete Index" align="center" id="delete_index[$row]" statustext="Deletes this index"/>
|
||||
</row>
|
||||
</rows>
|
||||
</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>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -124,11 +139,12 @@
|
||||
<button label="Write Tables" id="write_tables" statustext="Write <app>/setup/tables_current.inc.php"/>
|
||||
</row>
|
||||
<row>
|
||||
<grid span="all" id="etemplate.db-tools.cols"/>
|
||||
<template span="all" id="etemplate.db-tools.cols"/>
|
||||
</row>
|
||||
<row>
|
||||
<grid span="all" id="etemplate.db-tools.indices"/>
|
||||
<template span="all" id="etemplate.db-tools.indices"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user