From 53cec4f4554d1b896fb793dfb0faec498c239224 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 5 Jan 2015 12:24:14 -0500 Subject: [PATCH] Fix collection view tabs. --- themes/bootstrap3/templates/collection/view.phtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/collection/view.phtml b/themes/bootstrap3/templates/collection/view.phtml index 6ab3e80abc7..5b7603f5331 100644 --- a/themes/bootstrap3/templates/collection/view.phtml +++ b/themes/bootstrap3/templates/collection/view.phtml @@ -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> -- GitLab