diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-11-04 07:29:53 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-11-04 07:29:53 +0000 |
| commit | cb051a57f4d5e9d6814989057b2458e3045f018a (patch) | |
| tree | 890935477b559c26e1cbc7c152ab8e9a5a491468 | |
| parent | e2271863901306c8a5b15597e91e1dfc82165660 (diff) | |
| download | xxv-cb051a57f4d5e9d6814989057b2458e3045f018a.tar.gz xxv-cb051a57f4d5e9d6814989057b2458e3045f018a.tar.bz2 | |
* stone_flat/rdisplay: adjust layout
| -rw-r--r-- | skins/stone_flat/rlist.tmpl | 5 |
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 %?> - <?% subtitle %?><?% END %?> <?% IF global.hideDescription != 1 && description.length > 0 %?><br /> </font><font class="description"><?% chop(description,100,5) %?><?% END %?> <?% ELSE %?> - <?% folder %?><?% IF new %?> (<?% new %?>)<?% END %?> <?% gettext("more recordings") %?> ... + - <?% folder %?><?% IF new %?> (<?% new %?>)<?% END %?> <?% gettext("more recordings") %?> ... <?% END %?> </font> </a> |
