bzr revid: vme@tinyerp.com-20140409102852-wzbj1h4l9s94v7fc
This commit is contained in:
Vidhin Mehta (OpenERP) 2014-04-09 15:58:52 +05:30
parent 308ac3dcaf
commit 9776b9e0bd
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<t t-set="index" t-value="0"/>
<t t-set="for_all" t-value="True"/>
<tr id="agenda_th">
<th t-attf-style="width:#{10}%;"><small title="Timezone" class="text-muted"> <t t-esc= "event.timezone_of_event"/>* </small></th>
<th t-attf-style="width:#{10}%;"><small title="Timezone" class="text-muted"> <t t-esc= "event.timezone_of_event"/><t t-if="not event.timezone_of_event">UTC</t>*</small></th>
<t t-foreach="room_list" t-as="room">
<th t-attf-style="width: #{td_width}px;" class="active text-center"><bold><t t-esc="room[1]"/></bold></th>
</t>