mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
W.I.P calendar report:
- Remove not used column - Fix min_days not set the value
This commit is contained in:
parent
b46fea5c89
commit
6f978c6a07
@ -25,29 +25,27 @@ Egroupware
|
|||||||
<description value="Categories"/>
|
<description value="Categories"/>
|
||||||
<grid id="grid" width="100%">
|
<grid id="grid" width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="40%"/>
|
<column width="60"/>
|
||||||
<column/>
|
<column />
|
||||||
<column/>
|
<column width="5%"/>
|
||||||
<column/>
|
<column width="10%"/>
|
||||||
<column/>
|
<column width="10%"/>
|
||||||
<column/>
|
<column width="5%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
<description value="Select"/>
|
<description value="Select"/>
|
||||||
<description value="Category"/>
|
<description value="Category"/>
|
||||||
<description align="center" value="User"/>
|
<description align="center" statustext="Exclude weekend events from counting" value="Exclude Weekend"/>
|
||||||
<description align="center" value="Weekend"/>
|
<description align="center" statustext="Include holidays as counting days" value="Holidays"/>
|
||||||
<description align="center" value="Holidays"/>
|
<description align="center" statustext="Minimum days to count as a week" value="Min days"/>
|
||||||
<description align="center" value="Min days as week"/>
|
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<checkbox id="${row}[enable]" onchange="app.calendar.holiday_report_enable"/>
|
<checkbox id="${row}[enable]" onchange="app.calendar.holiday_report_enable"/>
|
||||||
<taglist-cat id="${row}[cat_id]" readonly="true" width="500" class="select-cat"/>
|
<taglist-cat id="${row}[cat_id]" readonly="true" width="500" class="select-cat"/>
|
||||||
<checkbox align="center" id="${row}[user]" disable="false"/>
|
|
||||||
<checkbox align="center" id="${row}[weekend]"/>
|
<checkbox align="center" id="${row}[weekend]"/>
|
||||||
<checkbox align="center" id="${row}[holidays]"/>
|
<checkbox align="center" id="${row}[holidays]"/>
|
||||||
<number type="integer" align="center" id="${row}[min_days]"/>
|
<textbox type="integer" align="center" id="${row}[min_days]"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user