source: trunk/calendar/templates/default/link_pict.tpl @ 4096

Revision 4096, 850 bytes checked in by niltonneto, 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 *
RevLine 
[2]1
2<!-- BEGIN link_pict -->
[4096]3<div id="calendar_event_entry" style="overflow:hidden;">
[2]4{picture}
[4096]5</div>
[2]6<!-- END link_pict -->
7
8<!-- BEGIN link_open -->
[4096]9
[2]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 -->
[136]22&nbsp;<FONT SIZE=1><span style="color: black">{time}</span> {users_status}<br><b>{title}</b><br><i>{desc}</i> {location}
[2]23<!-- END link_text -->
24
25<!-- BEGIN link_close -->
[4096]26</a>
[2]27<!-- END link_close -->
Note: See TracBrowser for help on using the repository browser.