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 @@
<? endif; ?>
<div class="collectionDetails<?=$tree ? 'Tree' : ''?>">
<?=isset($activeTabObj) ? $this->record($this->driver)->getTab($activeTabObj) : '' ?>
<div class="collectionDetails<?=$tree ? 'Tree' : ''?> tab-content" id="record-tabs">
<div class="tab-pane active" id="<?=$this->activeTab ?>-tab">
<?=isset($activeTabObj) ? $this->record($this->driver)->getTab($activeTabObj) : '' ?>
</div>
</div>
<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