mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Timesheet: Give category selectbox more space
This commit is contained in:
parent
28a6ad1b62
commit
ab4d9a1446
@ -37,19 +37,21 @@
|
||||
</row>
|
||||
<row class="row" disabled="!@ts_viewtype">
|
||||
<et2-description value="comment"></et2-description>
|
||||
<et2-textarea id="ts_description_short" rows="5" cols="50"></et2-textarea>
|
||||
<et2-description></et2-description>
|
||||
<et2-description></et2-description>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row class="row" disabled="@ts_viewtype">
|
||||
<et2-description value="Quantity" for="ts_quantity"></et2-description>
|
||||
<et2-number statustext="empty if identical to duration" id="ts_quantity" precision="3" placeholder="@ts_quantity_blur"></et2-number>
|
||||
<et2-description></et2-description>
|
||||
<et2-description value="Category" for="cat_id"></et2-description>
|
||||
<et2-select-cat span="all" id="cat_id" application="timesheet" emptyLabel="None"></et2-select-cat>
|
||||
</row>
|
||||
</rows>
|
||||
<et2-textarea id="ts_description_short" rows="5" cols="50"></et2-textarea>
|
||||
<et2-description></et2-description>
|
||||
<et2-description></et2-description>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row class="row" disabled="@ts_viewtype">
|
||||
<et2-description value="Quantity" for="ts_quantity"></et2-description>
|
||||
<et2-number statustext="empty if identical to duration" id="ts_quantity" precision="3" placeholder="@ts_quantity_blur"></et2-number>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row class="row" disabled="@ts_viewtype">
|
||||
<et2-description value="Category" for="cat_id"></et2-description>
|
||||
<et2-select-cat span="all" id="cat_id" application="timesheet" emptyLabel="None"></et2-select-cat>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
<template id="timesheet.edit.notes" template="" lang="" group="0" version="1.5.001">
|
||||
|
Loading…
Reference in New Issue
Block a user