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

.muted upgrade. much quieter.

parent 2bfb0921
No related merge requests found
......@@ -26,7 +26,7 @@
<? if($activeTree == $hierarchy): ?>
<i class="fa-sitemap"></i> <?=$this->escapeHtml($hierarchyTitle)?>
<? else: ?>
<i class="fa-sitemap muted"></i> <a href="<?=$this->recordLink()->getTabUrl($this->driver, 'HierarchyTree')?>?hierarchy=<?=urlencode($hierarchy)?>"><?=$this->escapeHtml($hierarchyTitle)?></a>
<i class="fa-sitemap text-muted"></i> <a href="<?=$this->recordLink()->getTabUrl($this->driver, 'HierarchyTree')?>?hierarchy=<?=urlencode($hierarchy)?>"><?=$this->escapeHtml($hierarchyTitle)?></a>
<? endif; ?>
<? endforeach; ?>
</div>
......
......@@ -84,7 +84,7 @@
<?=$this->transEsc("On Reserve - Ask at Circulation Desk")?><br />
<? endif; ?>
<? if (isset($row['use_unknown_message']) && $row['use_unknown_message']): ?>
<span class="muted"><?=$this->transEsc("status_unknown_message")?></span>
<span class="text-muted"><?=$this->transEsc("status_unknown_message")?></span>
<? else: ?>
<? if ($row['availability']): ?>
<? /* Begin Available Items (Holds) */ ?>
......
......@@ -23,5 +23,5 @@
<?=$citation?>
</p>
<? endforeach; ?>
<div class="muted text-center"><?=$this->transEsc('Warning: These citations may not always be 100% accurate')?>.</div>
<div class="text-muted text-center"><?=$this->transEsc('Warning: These citations may not always be 100% accurate')?>.</div>
<? 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