bug 5151 removed bolded terms in breadcrumbs
Signed-off-by: Galen Charlton <gmcharlt@gmail.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
21cabf7666
commit
a671da42a1
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ $(document).ready(function(){
|
|||
› <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
|
||||
› <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports Wizard</a>
|
||||
›
|
||||
<!-- TMPL_IF NAME="saved1" --><strong>Saved Reports</strong>
|
||||
<!-- TMPL_ELSIF NAME="create" --><strong>Create from SQL</strong>
|
||||
<!-- TMPL_ELSIF NAME="showsql" --><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved Reports</a> › <strong>SQL View</strong>
|
||||
<!-- TMPL_IF NAME="saved1" -->Saved Reports
|
||||
<!-- TMPL_ELSIF NAME="create" -->Create from SQL
|
||||
<!-- TMPL_ELSIF NAME="showsql" --><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved Reports</a> › SQL View
|
||||
<!-- TMPL_ELSIF NAME="execute" --><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved Reports</a> › <em><!-- TMPL_VAR NAME="name" --></em> Report
|
||||
<!-- TMPL_ELSIF NAME="buildx" --><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build A Report</a> › Step <!-- TMPL_VAR NAME="buildx" --> of 6:
|
||||
<!-- TMPL_IF NAME="build1" -->Choose a Module
|
||||
|
|
Loading…
Reference in a new issue