From c0aab88b672cef23716642690207d5fd653237db 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". --- .../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 3609e26a55..2be886262e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -252,16 +252,16 @@ $(window).load(function() {

. "> - + 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 d23a64f9b9..02d44fa54e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -138,7 +138,7 @@ $(document).ready(function(){ - """> + """>No title @@ -206,10 +206,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.39.5