~timo-wingender/widelands-website/ggz-support

« back to all changes in this revision

Viewing changes to templates/pybb/pagination.html

  • Committer: janus at jhor
  • Date: 2010-09-29 00:00:45 UTC
  • Revision ID: janus@jhor.de-20100929000045-xvkg91888ayyh94s
modify output of forum topic ;), for the forum better handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% load i18n %}
2
 
<div class="pagination">
 
2
<div class="pagination" style="float:left">
3
3
    <span class="summary">{{ label }} <strong>{{ page.start_index }}</strong>&mdash;<strong>{{ page.end_index }}</strong> {% trans "of" %} <strong>{{ paginator.count }}</strong> {{ label }}&nbsp;&nbsp;&nbsp;&nbsp;</span>
4
4
    {% if page.has_previous %}
5
5
        {% ifequal page.previous_page_number 1 %}