The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 71a6648b authored by Chris Hallberg's avatar Chris Hallberg
Browse files

HoldingsILS most recent received issues theming, bootstrap.

parent 589b1234
No related merge requests found
......@@ -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; ?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment