From: Jan Schneider Date: Thu, 28 May 2009 09:17:03 +0000 (+0200) Subject: Fix order. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a6ab9f31354ccff3037dfec85047715ea02df957;p=horde.git Fix order. --- diff --git a/kronolith/templates/panel.inc b/kronolith/templates/panel.inc index 8f0022d64..d4cedc14d 100644 --- a/kronolith/templates/panel.inc +++ b/kronolith/templates/panel.inc @@ -60,17 +60,17 @@ $tagger = Kronolith::getTagger(); $tag): ?>
  • 'remove' . md5($id . $tag_id), - 'action' => 'delete', - 'resource' => $id, - 'type' => 'calendar', - 'tagId' => $tag_id)); echo $tag; if ($cal->hasPermission(Auth::getAuth(), PERMS_EDIT)) { echo '' . Horde::img('delete-small.png', _("Remove Tag"), '', $registry->getImageDir('horde')) . ''; } +Kronolith_Imple::factory('TagActions', array('triggerId' => 'remove' . md5($id . $tag_id), + 'action' => 'delete', + 'resource' => $id, + 'type' => 'calendar', + 'tagId' => $tag_id)); ?>