]> err.no Git - scalable-opengroupware.org/commitdiff
indicator for recurrent events added
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 11:05:35 +0000 (11:05 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 11:05:35 +0000 (11:05 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@867 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/UIxCalInlineAptView.wox

index 3c8a71663374a4775e144b38723491ee7b037274..d016dba3d5c358506b3c093563b346066d8c7141 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxCalInlineAptView.wox: added indicator to flag recurrent events
+
 2005-07-20  Helge Hess  <helge.hess@opengroupware.org>
 
        * MailerUI/UIxMailToolbar.wox: properly localize button label
index 774a6ee5533fd5ba20050e604192541d8b2ce6e5..8833223c4251b274053df40e24fb0833d13fe3e7 100644 (file)
@@ -5,6 +5,10 @@
       xmlns:const="http://www.skyrix.com/od/constant"
       xmlns:rsrc="OGo:url"
 >
+  <var:if condition="appointment.isRecurrentEvent">
+    <!-- TODO: maxime needs to provide an image instead! -->
+    <var:string const:value="[R]" style="style" />
+  </var:if>
   <var:if condition="canAccess">
     <var:if condition="appointment.ispublic" const:negate="YES">
       <img rsrc:src="apt_icon_private.gif" />