From a6ab9f31354ccff3037dfec85047715ea02df957 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 28 May 2009 11:17:03 +0200 Subject: [PATCH] Fix order. --- kronolith/templates/panel.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)); ?>
  • -- 2.11.0