it set a fixed width to the column headers in the exceptions table.

FEA : ItEr75S05CalendarAdminInterfaceItEr74S06
This commit is contained in:
Susana Montes Pedreira 2011-07-12 11:53:11 +02:00
parent 1796737487
commit 9eaba85472

View file

@ -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')}" />