source: branches/2.2/calendar/templates/default/link_pict.tpl @ 4075

Revision 4075, 850 bytes checked in by eduardoalex, 13 years ago (diff)

Ticket #1778 - Quebrando a linha na impressão diária em compromissos conflitantes

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1
2<!-- BEGIN link_pict -->
3<div id="calendar_event_entry" style="overflow:hidden;">
4{picture}
5</div>
6<!-- END link_pict -->
7
8<!-- BEGIN link_open -->
9
10<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
11<!-- END link_open -->
12
13<!-- BEGIN pict -->
14 <img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
15<!-- END pict -->
16
17<!-- BEGIN link_text_old -->
18<nobr>&nbsp;{time}&nbsp;</nobr> {title}&nbsp;{users_status}: <i>{desc}</i><!--({location})-->
19<!-- END link_text_old -->
20
21<!-- BEGIN link_text -->
22&nbsp;<FONT SIZE=1><span style="color: black">{time}</span> {users_status}<br><b>{title}</b><br><i>{desc}</i> {location}
23<!-- END link_text -->
24
25<!-- BEGIN link_close -->
26</a>
27<!-- END link_close -->
Note: See TracBrowser for help on using the repository browser.