forked from extern/egroupware
Remove some invalid options giving errors
This commit is contained in:
parent
14176f70d4
commit
d2e689d897
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="calendar.edit.details" template="" lang="" group="0" version="1.9.001">
|
<template id="calendar.edit.details" template="" lang="" group="0" version="1.9.001">
|
||||||
<hbox options="0,0">
|
<hbox>
|
||||||
<grid width="60%">
|
<grid width="60%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80px"/>
|
<column width="80px"/>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<vbox align="right" options="0,0" width="100%">
|
<vbox align="right" width="100%">
|
||||||
<description for="category" value="Categories" class="row_on"/>
|
<description for="category" value="Categories" class="row_on"/>
|
||||||
<listbox type="select-cat" id="category" rows="9" />
|
<listbox type="select-cat" id="category" rows="9" />
|
||||||
</vbox>
|
</vbox>
|
||||||
@ -113,7 +113,7 @@
|
|||||||
</menulist>
|
</menulist>
|
||||||
<link-entry id="resource" options="@cal_resources" query="app.calendar.edit_participant_search"/>
|
<link-entry id="resource" options="@cal_resources" query="app.calendar.edit_participant_search"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox span="2" valign="middle">
|
<vbox span="2">
|
||||||
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup class="selectRole" id="role"/>
|
<menupopup class="selectRole" id="role"/>
|
||||||
@ -185,7 +185,7 @@
|
|||||||
<row valign="top">
|
<row valign="top">
|
||||||
<description for="recur_data" value="Repeat days"/>
|
<description for="recur_data" value="Repeat days"/>
|
||||||
<listbox type="select-dow" statustext="Days of the week for a weekly repeated event" id="recur_data" rows="6" options="1"/>
|
<listbox type="select-dow" statustext="Days of the week for a weekly repeated event" id="recur_data" rows="6" options="1"/>
|
||||||
<vbox options="0,0">
|
<vbox>
|
||||||
<description value="Exceptions"/>
|
<description value="Exceptions"/>
|
||||||
<button statustext="Create an exception for the given date" label="@exception_label" id="button[exception]" no_lang="1" />
|
<button statustext="Create an exception for the given date" label="@exception_label" id="button[exception]" no_lang="1" />
|
||||||
</vbox>
|
</vbox>
|
||||||
|
Loading…
Reference in New Issue
Block a user