Mercurial > moin > 1.9
changeset 30:221912bf8efa
save some screen space for RC
imported from: moin--main--1.5--patch-31
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Sat, 24 Sep 2005 18:56:58 +0000 |
parents | 8d382149e552 |
children | d8ee677f6ae5 |
files | MoinMoin/theme/__init__.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/theme/__init__.py Sat Sep 24 18:48:01 2005 +0000 +++ b/MoinMoin/theme/__init__.py Sat Sep 24 18:56:58 2005 +0000 @@ -1201,9 +1201,6 @@ ] html += ''.join(link) html += '<p>' - if d['rc_update_bookmark']: - html += "%(rc_update_bookmark)s %(rc_curr_bookmark)s<br>" % d - # Add day selector if d['rc_days']: days = [] @@ -1217,6 +1214,10 @@ str(day))) days = ' | '.join(days) html += (_("Show %s days.") % (days,)) + + if d['rc_update_bookmark']: + html += " %(rc_update_bookmark)s %(rc_curr_bookmark)s" % d + html += '</p>\n</div>\n' html += '<table>\n'