egroupware_official/calendar/templates/default/event_widget.tpl
Ralf Becker 91e694e79d Calendar UI improvments:
- show status of participants in border style of event
  + solid:  all participants accepted
  + dotted: all participants answered, but not all accepted
  + dashed: not all participants answered
- mark invitations (of current user, not calendar selected)
  + white background color (not category based color)
  + show blue questionmark icon in event header
2009-11-18 13:58:01 +00:00

36 lines
1.1 KiB
Smarty

<!-- BEGIN event_widget -->
{indent}<div class="calEventHeader{Small}" style="background-color: {bordercolor}; color: {headercolor};">
{indent} {header}
{indent} <div class="calEventIcons">{icons}</div>
{indent}</div>
{indent}<div class="calEventBody{Small}">{title}</div>
<!-- END event_widget -->
<!-- BEGIN event_widget_wholeday_on_top -->
{indent}<div class="calEventBody{Small}">
{indent} {title}
{indent}</div>
<!-- END event_widget_wholeday_on_top -->
<!-- BEGIN event_tooltip -->
<div class="calEventTooltip {status_class}" style="border-color: {bordercolor}; background: {bodybackground};">
<div class="calEventHeaderSmall" style="background-color: {bordercolor};">
<font color="{headercolor}">{timespan}</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 -->