X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Fbooks_by_author.tmpl;h=d8a319c2b116cac02890db667534c497a0ac9abe;hp=30a5d8fd296314609f00910887e6ea3b91734ac4;hb=23a7477871ae2a50bb08fb6a6accd8f87f829426;hpb=c98bc4c0207d594bb044163201e065924487f87e diff --git a/m_librarian/web/views/books_by_author.tmpl b/m_librarian/web/views/books_by_author.tmpl index 30a5d8f..d8a319c 100644 --- a/m_librarian/web/views/books_by_author.tmpl +++ b/m_librarian/web/views/books_by_author.tmpl @@ -34,7 +34,12 @@ $cgi.escape($series, 1)#slurp #for $column in $columns - $cgi.escape(unicode($getattr($book, $column) or '')) + #if $column == 'ser_no' + #set $style = ' style="text-align: right; width: 5ex"' + #else + #set $style = '' + #end if + $cgi.escape(unicode($getattr($book, $column) or '')) #end for #end for