summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-11-04 07:29:53 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-11-04 07:29:53 +0000
commitcb051a57f4d5e9d6814989057b2458e3045f018a (patch)
tree890935477b559c26e1cbc7c152ab8e9a5a491468
parente2271863901306c8a5b15597e91e1dfc82165660 (diff)
downloadxxv-cb051a57f4d5e9d6814989057b2458e3045f018a.tar.gz
xxv-cb051a57f4d5e9d6814989057b2458e3045f018a.tar.bz2
* stone_flat/rdisplay: adjust layout
-rw-r--r--skins/stone_flat/rlist.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/skins/stone_flat/rlist.tmpl b/skins/stone_flat/rlist.tmpl
index f0d4112..1653f6f 100644
--- a/skins/stone_flat/rlist.tmpl
+++ b/skins/stone_flat/rlist.tmpl
@@ -145,14 +145,13 @@
<?% foldertitle %?>
</font>
<?% END %?>
- <br />
<font class="subtitle">
<?% IF folder <= 1 %?>
- <?% subtitle %?>
+ <?% IF subtitle && subtitle.length > 0 %?>&nbsp;-&nbsp;<?% subtitle %?><?% END %?>
<?% IF global.hideDescription != 1 && description.length > 0 %?><br />
</font><font class="description"><?% chop(description,100,5) %?><?% END %?>
<?% ELSE %?>
- <?% folder %?><?% IF new %?>&nbsp;(<?% new %?>)<?% END %?>&nbsp;<?% gettext("more recordings") %?> ...
+ &nbsp;-&nbsp;<?% folder %?><?% IF new %?>&nbsp;(<?% new %?>)<?% END %?>&nbsp;<?% gettext("more recordings") %?> ...
<?% END %?>
</font>
</a>