egroupware/calendar/templates/default/event_widget.tpl
Ralf Becker 366f164183 - reworked display of events:
+ no more redundant information in header and body
 + header shows left start-time plus duration and right the icons
 + short events show title
 + in mozilla events are displayed with nice rounded corners
--> IE display is broken at the moment :-(
- added (next) Four day view
- re-added "classic" 1.0 view with no fixed time intervals (4-day, week &  month), configurable via prefs
- restructured prefs to show notification stuff at the end
2006-06-02 19:38:08 +00:00

30 lines
908 B
Smarty

<!-- BEGIN event_widget -->
{indent}<div class="calEventHeader{Small}" style="background-color: {bordercolor};">
{indent} {header}
{indent} <div class="calEventIcons">{icons}</div>
{indent}</div>
{indent}<div class="calEventBody{Small}">{title}</div>
<!-- END event_widget -->
<!-- BEGIN event_tooltip -->
<div class="calEventTooltip" style="border-color: {bordercolor}; background: {bodybackground};">
<div class="calEventHeaderSmall" style="background-color: {bordercolor};">
<font color="white"><b>{timespan}</b></font>
<div class="calEventIcons">{icons}</div>
</div>
<div class="calEventBodySmall">
<p style="margin: 0px;">
<span class="calEventTitle">{title}</span><br>
{description}</p>
<p style="margin: 2px 0px;">{times}
{location}
{category}
{participants}</p>
</div>
</dir>
<!-- END event_tooltip -->
<!-- BEGIN planner_event -->
{icons} {title}
<!-- END planner_event -->