mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
78 lines
2.3 KiB
XML
78 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="timesheet.editstatus" template="" lang="" group="0" version="1.7.004">
|
|
<grid width="100%" height="450" overflow="auto">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column/>
|
|
<column/>
|
|
<column width="30%"/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@msg">
|
|
<description id="msg" span="all" class="redItalic" align="center"/>
|
|
<description/>
|
|
<description/>
|
|
<description/>
|
|
</row>
|
|
<row>
|
|
<groupbox rows="1" cols="1">
|
|
<grid width="100%" height="300" overflow="auto">
|
|
<columns>
|
|
<column width="100"/>
|
|
<column/>
|
|
<column/>
|
|
<column width="30%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row" valign="top">
|
|
<description value="Status"/>
|
|
<grid width="100%" height="280" overflow="auto" id="statis">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column width="5%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="ID"/>
|
|
<description value="Name"/>
|
|
<description value="Parent"/>
|
|
<description value="Only Admin"/>
|
|
<description value="Actions"/>
|
|
</row>
|
|
<row class="row">
|
|
<description id="${row}[id]"/>
|
|
<textbox size="80" maxlength="150" blur="--> enter new name" id="${row}[name]"/>
|
|
<menulist>
|
|
<menupopup id="${row}[parent]" options="please select"/>
|
|
</menulist>
|
|
<checkbox id="${row}[admin]" statustext="Only Admin can change this Status"/>
|
|
<button image="delete" label="Delete" align="center" id="delete[$row_cont[id]]" statustext="Delete this status" onclick="return confirm('Delete this status');"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</groupbox>
|
|
<description/>
|
|
<description/>
|
|
<description/>
|
|
</row>
|
|
<row>
|
|
<hbox span="2">
|
|
<button label="Save" id="button[save]"/>
|
|
<button id="button[apply]" label="Apply"/>
|
|
<button label="Cancel" id="button[cancel]"/>
|
|
</hbox>
|
|
<description/>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |