it set a fixed width to the column headers in the exceptions table.
FEA : ItEr75S05CalendarAdminInterfaceItEr74S06
This commit is contained in:
parent
1796737487
commit
9eaba85472
1 changed files with 3 additions and 3 deletions
|
|
@ -173,9 +173,9 @@
|
|||
rows="4" width="400px">
|
||||
<listhead>
|
||||
<listheader label="${i18n:_('Day')}" />
|
||||
<listheader label="${i18n:_('Exception Type')}" />
|
||||
<listheader label="${i18n:_('Normal Effort')}" width="80px" />
|
||||
<listheader label="${i18n:_('Extra Effort')}" width="80px" />
|
||||
<listheader label="${i18n:_('Exception Type')}" width="150px" />
|
||||
<listheader label="${i18n:_('Normal Effort')}" width="100px" />
|
||||
<listheader label="${i18n:_('Extra Effort')}" width="100px" />
|
||||
<listheader label="${i18n:_('Code')}"
|
||||
visible="@{calendarController.editionController.notResourceCalendar}" />
|
||||
<listheader label="${i18n:_('Origin')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue