It set a fixed width to the columns and changes its names.

FEA: ItEr75S04BugFixing
This commit is contained in:
Susana Montes Pedreira 2011-06-28 12:49:49 +02:00
parent a62261ab59
commit 81b8a09b03

View file

@ -25,9 +25,9 @@
zclass="z-dottree">
<treecols sizable="true">
<treecol label="${i18n:_('Name')}" />
<treecol label="${i18n:_('Start date')}" align="center"/>
<treecol label="${i18n:_('Expiring date')}" align="center"/>
<treecol label="${i18n:_('Operations')}" />
<treecol label="${i18n:_('From date')}" width="150px" align="center"/>
<treecol label="${i18n:_('Up to date')}" width="150px" align="center"/>
<treecol label="${i18n:_('Operations')}" width="150px" align="center"/>
</treecols>
</tree>
<button id="show_create_form" onClick="calendarController.goToCreateForm();"