From: Chuck Hagenbuch Date: Mon, 29 Nov 2010 03:37:08 +0000 (-0500) Subject: Use the commit log partial when showing file checkouts X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bdd58e10c9abb51ff79a8046ec5e6c1514ff597f;p=horde.git Use the commit log partial when showing file checkouts --- diff --git a/chora/co.php b/chora/co.php index e481701fb..0580494a7 100644 --- a/chora/co.php +++ b/chora/co.php @@ -94,12 +94,6 @@ if (!$plain) { } $extraLink = _("View:") . ' ' . implode(' | ', $views); - $tags = Chora::getTags($log, $where); - $branch_info = $log->queryBranch(); - - $log_print = Chora::formatLogMessage($log->queryLog()); - $author = Chora::showAuthorName($log->queryAuthor(), true); - Horde::addScriptFile('stripe.js', 'horde'); require CHORA_TEMPLATES . '/common-header.inc'; require CHORA_TEMPLATES . '/menu.inc'; diff --git a/chora/templates/checkout/checkout.inc b/chora/templates/checkout/checkout.inc index 97aabc93f..af5595930 100644 --- a/chora/templates/checkout/checkout.inc +++ b/chora/templates/checkout/checkout.inc @@ -1,18 +1,6 @@ -
- - -
-
+createInstance('Horde_View'); +echo $view->renderPartial('app/views/logMessage', array('object' => $log)); +?> -