revision_log style is deprecated
authorChuck Hagenbuch <chuck@horde.org>
Sun, 28 Nov 2010 02:07:36 +0000 (21:07 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 28 Nov 2010 02:08:03 +0000 (21:08 -0500)
chora/templates/checkout/checkout.inc

index 1b46959..52eb5ef 100644 (file)
@@ -1,5 +1,4 @@
-<h3 class="revision_log"><?php echo _("Log Message") ?></h3>
-<div class="revision_log">
+<div class="commit-summary">
  <ul class="revision striped">
   <?php if ($author): ?><li><?php echo _("Author:") ?> <?php echo $author ?></li><?php endif; ?>
 <?php if (!empty($branch_info)): ?>