Add publisher to the book detail. re #123
Este commit está contenido en:
padre
efdbb09357
commit
19758d733e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
|
|
@ -35,6 +35,11 @@
|
|||
<h3><a href="{{=it.book.seriesurl}}">{{=it.c.i18n.seriesTitle}}</a> : </h3>{{=htmlspecialchars (it.book.seriesCompleteName)}}
|
||||
</p>
|
||||
{{?}}
|
||||
{{? it.book.publisherName != ""}}
|
||||
<p class="popupless">
|
||||
<h3>{{=it.c.i18n.publisherName}}: </h3><a href="{{=it.book.publisherurl}}">{{=htmlspecialchars (it.book.publisherName)}}</a>
|
||||
</p>
|
||||
{{?}}
|
||||
{{? it.book.pubDate != ""}}
|
||||
<p class="popupless">
|
||||
<h3>{{=it.c.i18n.pubdateTitle}}: </h3>{{=it.book.pubDate}}
|
||||
|
|
|
|||
Cargando…
Añadir tabla
Añadir enlace
Referenciar en una nueva incidencia