From 19758d733e520e3bc773650e2862413a13116ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 5 Dec 2013 15:38:14 +0100 Subject: [PATCH] Add publisher to the book detail. re #123 --- templates/default/bookdetail.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/default/bookdetail.html b/templates/default/bookdetail.html index c130a50..9049978 100644 --- a/templates/default/bookdetail.html +++ b/templates/default/bookdetail.html @@ -35,6 +35,11 @@

{{=it.c.i18n.seriesTitle}} :

{{=htmlspecialchars (it.book.seriesCompleteName)}}

{{?}} + {{? it.book.publisherName != ""}} +

+

{{=it.c.i18n.publisherName}}:

{{=htmlspecialchars (it.book.publisherName)}} +

+ {{?}} {{? it.book.pubDate != ""}}

{{=it.c.i18n.pubdateTitle}}:

{{=it.book.pubDate}}