It set a fixed width to the columns and changes its names.
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
a62261ab59
commit
81b8a09b03
1 changed files with 3 additions and 3 deletions
|
|
@ -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();"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue