From 0936d19f7d94acbf5ddbb713672211a65297921d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 26 Mar 2011 09:44:24 +0000 Subject: [PATCH] Kosmetik --- root/src/books/list.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/src/books/list.tt2 b/root/src/books/list.tt2 index 8c04601..d594623 100644 --- a/root/src/books/list.tt2 +++ b/root/src/books/list.tt2 @@ -66,7 +66,7 @@ [% rowstyle = 'even' %][%- FOREACH book IN books -%][% buch_id = book.id %] [% tt_authors = [ ]; tt_authors.push(autor) FOREACH autor = book.autoren %][% tt_authors.join(', ') %] - [% book.title %][% IF book.untertitel %]
[% book.untertitel %][% END %][% IF book.title_original %]
(«[% book.title_original %]»)[% END %] + [% book.title %][% IF book.untertitel %]
[% book.untertitel %][% END %][% IF book.title_original %]
(»[% book.title_original %]«)[% END %] [% tt_cat = [ ]; tt_cat.push(cat) FOREACH cat = book.kategorien %][% tt_cat.join(',
') %] [% book.verlagsname_short %] [% IF book.orts_id %][% IF book.ort_emphased == 'y' %][% END %][% book.ortsname %][% IF book.ort_emphased == 'y' %][% END %][% ELSE %]unbekannt[% END %] -- 2.39.5