From 02d23609b1671393c0719be69dfa4f13cb4c95ee Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Thu, 11 Dec 2008 13:54:05 +0100 Subject: [PATCH] Show "no title", when a notice doesn't have a title This patch just check if there is a title, else show "No Title". Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl | 6 +++--- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index 5c4e4c5ff7..1f4ba4e328 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -287,16 +287,16 @@ function addToList () {

. "> - + No title , , "> - + No title , , "> - + No title , ,

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index f242af9d50..73c240f21e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -248,7 +248,7 @@ $(document).ready(function(){ - """> + """>No title @@ -338,10 +338,10 @@ $(document).ready(function(){ - " title="View details for this title"> + " title="View details for this title">No title - " title="View details for this title"> - " title="View details for this title"> + " title="View details for this title">No title + " title="View details for this title">No title by " title="Search for works by this author"> -- 2.11.0