Browse Source

Add again the series Index in the book list. Reported by fatzgenfatz

master
Sébastien Lucas 10 years ago
parent
commit
784a39e957
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      book.php
  2. +1
    -1
      templates/default/main.html

+ 1
- 0
book.php View File

@@ -135,6 +135,7 @@ class Book extends Base {
"authorsName" => $this->getAuthorsName (),
"tagsName" => $this->getTagsName (),
"seriesName" => $sn,
"seriesIndex" => $this->seriesIndex,
"seriesCompleteName" => $scn,
"seriesurl" => $su);


+ 1
- 1
templates/default/main.html View File

@@ -38,7 +38,7 @@
</h2>
<h4>{{=it.const.i18n.authorsTitle}} : </h4><span class="sa">{{=htmlEscape (entry.book.authorsName)}}</span><br />
{{? entry.book.tagsName != ""}}<h4>{{=it.const.i18n.tagsTitle}} : </h4><span class="se">{{=htmlEscape (entry.book.tagsName)}}</span><br />{{?}}
{{? entry.book.seriesName != ""}}<h4>{{=it.const.i18n.seriesTitle}} : </h4><span class="ss">{{=htmlEscape (entry.book.seriesName)}}</span><br />{{?}}
{{? entry.book.seriesName != ""}}<h4>{{=it.const.i18n.seriesTitle}} : </h4><span class="ss">{{=htmlEscape (entry.book.seriesName)}} ({{=entry.book.seriesIndex}})</span><br />{{?}}
</div></a>
</article>
{{?}}


Loading…
Cancel
Save