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

Remove bootstrap 2 breadcrumb dividers.

parent c8a800b4
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$this->headTitle($this->translate('Interlibrary Loan Requests')); $this->headTitle($this->translate('Interlibrary Loan Requests'));
// Set up breadcrumbs: // Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a> <span class="divider">&gt;</span></li>' $this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a></li>'
. '<li class="active">' . $this->transEsc('Interlibrary Loan Requests') . '</li>'; . '<li class="active">' . $this->transEsc('Interlibrary Loan Requests') . '</li>';
?> ?>
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
$this->headTitle($this->translate('storage_retrieval_request_place_text') . ': ' . $this->driver->getBreadcrumb()); $this->headTitle($this->translate('storage_retrieval_request_place_text') . ': ' . $this->driver->getBreadcrumb());
// Set up breadcrumbs: // Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li>' . $this->getLastSearchLink($this->transEsc('Search'), '', '<span class="divider">&gt;</span> </li>') $this->layout()->breadcrumbs = '<li>' . $this->getLastSearchLink($this->transEsc('Search'), '', '</li>')
. '<li>' . $this->recordLink()->getBreadcrumb($this->driver) . '<span class="divider">&gt;</span> </li>' . '<li>' . $this->recordLink()->getBreadcrumb($this->driver) . '</li>'
. '<li class="active">' . $this->transEsc('storage_retrieval_request_place_text') . '</li>'; . '<li class="active">' . $this->transEsc('storage_retrieval_request_place_text') . '</li>';
?> ?>
<p class="lead"><?=$this->transEsc('storage_retrieval_request_place_text')?></p> <p class="lead"><?=$this->transEsc('storage_retrieval_request_place_text')?></p>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$this->headTitle($this->translate('Search History')); $this->headTitle($this->translate('Search History'));
// Set up breadcrumbs: // Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a> <span class="divider">&gt;</span></li>' $this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a></li>'
. '<li class="active">' . $this->transEsc('History') . '</li>'; . '<li class="active">' . $this->transEsc('History') . '</li>';
?> ?>
......
...@@ -20,7 +20,7 @@ return array( ...@@ -20,7 +20,7 @@ return array(
'lightbox.js', 'lightbox.js',
), ),
'less' => array( 'less' => array(
'active' => true, 'active' => false,
'compiled.less' 'compiled.less'
), ),
'scss' => array( 'scss' => array(
......
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