]> err.no Git - scalable-opengroupware.org/commitdiff
Add private appointment icon for all private appointments
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 6 Jul 2005 20:54:58 +0000 (20:54 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 6 Jul 2005 20:54:58 +0000 (20:54 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@674 d1b88da0-ebda-0310-925b-ed51d893ca5b

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

index 2f109869d9fd925a0ac0eca242dbc1d241f32475..7d6a330faa02a9266bd4682f9e7f7a044ffc924e 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-06  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxCalInlineAptView.wox: add private appointment icon for non-public
+         appointments that belong to yourself.
+
 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxCalDayOverview.wox, UIxCalInlineAptView.wox,
index 501a36eb3ef988a6e03b3a368a90066876261331..774a6ee5533fd5ba20050e604192541d8b2ce6e5 100644 (file)
@@ -6,6 +6,9 @@
       xmlns:rsrc="OGo:url"
 >
   <var:if condition="canAccess">
+    <var:if condition="appointment.ispublic" const:negate="YES">
+      <img rsrc:src="apt_icon_private.gif" />
+    </var:if>
     <a var:href="url"
        var:title="tooltip"
        var:queryDictionary="queryDictionary"