[Koha-patches] [PATCH] [SIGNED-OFF] bug 5151 removed bolded terms in breadcrumbs

Galen Charlton gmcharlt at gmail.com
Thu Oct 28 17:42:12 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../en/modules/reports/guided_reports_start.tmpl   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
index 7a24859..52f1051 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
@@ -50,9 +50,9 @@ $(document).ready(function(){
 &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
 &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports Wizard</a>
 &rsaquo; 
-<!-- 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> &rsaquo; <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> &rsaquo; SQL View
 <!-- TMPL_ELSIF NAME="execute" --><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved Reports</a> &rsaquo; <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> &rsaquo; Step <!-- TMPL_VAR NAME="buildx" --> of 6:
     <!-- TMPL_IF    NAME="build1" -->Choose a Module
-- 
1.7.0



More information about the Koha-patches mailing list