mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 11:11:49 +01:00
* Infolog: Remove height restriction on start/due/completed dates in list
This commit is contained in:
parent
c0ed247511
commit
a034a1407e
@ -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