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

Fix collection view tabs.

parent e531c629
No related merge requests found
...@@ -75,8 +75,10 @@ ...@@ -75,8 +75,10 @@
<? endif; ?> <? endif; ?>
<div class="collectionDetails<?=$tree ? 'Tree' : ''?>"> <div class="collectionDetails<?=$tree ? 'Tree' : ''?> tab-content" id="record-tabs">
<?=isset($activeTabObj) ? $this->record($this->driver)->getTab($activeTabObj) : '' ?> <div class="tab-pane active" id="<?=$this->activeTab ?>-tab">
<?=isset($activeTabObj) ? $this->record($this->driver)->getTab($activeTabObj) : '' ?>
</div>
</div> </div>
<span class="Z3988" title="<?=$this->escapeHtmlAttr($this->driver->getOpenURL())?>"></span> <span class="Z3988" title="<?=$this->escapeHtmlAttr($this->driver->getOpenURL())?>"></span>
......
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