mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
* Infolog: Remove height restriction on start/due/completed dates in list
This commit is contained in:
parent
48acee3c1e
commit
d567897e9d
@ -99,12 +99,10 @@
|
||||
onlyApp="kanban"></et2-link-string>
|
||||
<et2-select-cat id="${row}[info_cat]" readonly="true"></et2-select-cat>
|
||||
<et2-vbox>
|
||||
<et2-date-time id="${row}[info_startdate]" readonly="true"
|
||||
class="infolog_fixedHeight"></et2-date-time>
|
||||
<et2-date-time id="${row}[info_startdate]" readonly="true"></et2-date-time>
|
||||
<et2-date-time id="${row}[info_enddate]" readonly="true"
|
||||
class="$row_cont[end_class] infolog_fixedHeight"></et2-date-time>
|
||||
<et2-date-time id="${row}[info_datecompleted]" readonly="true"
|
||||
class="infolog_fixedHeight"></et2-date-time>
|
||||
class="$row_cont[end_class]"></et2-date-time>
|
||||
<et2-date-time id="${row}[info_datecompleted]" readonly="true"></et2-date-time>
|
||||
</et2-vbox>
|
||||
<et2-vbox>
|
||||
<et2-hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user