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}}