From 71a6648b1dfa69a2e0b56a9e994585ea069ede73 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Thu, 12 Dec 2013 14:57:58 -0500
Subject: [PATCH] HoldingsILS most recent received issues theming, bootstrap.

---
 themes/bootstrap/templates/RecordTab/holdingsils.phtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/bootstrap/templates/RecordTab/holdingsils.phtml b/themes/bootstrap/templates/RecordTab/holdingsils.phtml
index 5446190453e..7d480f89614 100644
--- a/themes/bootstrap/templates/RecordTab/holdingsils.phtml
+++ b/themes/bootstrap/templates/RecordTab/holdingsils.phtml
@@ -135,9 +135,9 @@
 <? $history = $this->driver->getRealTimeHistory(); ?>
 <? if (is_array($history) && !empty($history)): ?>
 <h3><?=$this->transEsc("Most Recent Received Issues")?></h3>
-<ul>
+<table class="table table-striped">
   <? foreach ($history as $row): ?>
-    <li><?=$this->escapeHtml($row['issue'])?></li>
+    <tr><td><?=$this->escapeHtml($row['issue'])?></td></tr>
   <? endforeach; ?>
-</ul>
+</table>
 <? endif; ?>
-- 
GitLab