# HG changeset patch # User Pawel Solyga # Date 1222192554 0 # Node ID 2c0a497b2b2a8be0a91ea1ab0a520ca99a3d46c4 # Parent da76f08b17521e55ee0176187f57654be83b0a3f Change user list view instruction. Don't show "Next >" disabled greyed text in the list pagination if there is only one page. diff -r da76f08b1752 -r 2c0a497b2b2a app/soc/templates/soc/list/list_pagination.html --- a/app/soc/templates/soc/list/list_pagination.html Mon Sep 22 14:13:32 2008 +0000 +++ b/app/soc/templates/soc/list/list_pagination.html Tue Sep 23 17:55:54 2008 +0000 @@ -7,5 +7,5 @@ {% endif %} {{ first }}{% if last %} - {{ last }}{% endif %} {% if next %}Next › - {% else %}Next ›{% endif %} + {% endif %} \ No newline at end of file diff -r da76f08b1752 -r 2c0a497b2b2a app/soc/templates/soc/site/user/list/all.html --- a/app/soc/templates/soc/site/user/list/all.html Mon Sep 22 14:13:32 2008 +0000 +++ b/app/soc/templates/soc/site/user/list/all.html Tue Sep 23 17:55:54 2008 +0000 @@ -23,7 +23,7 @@

{% block instructions %} -List of an existing Users in Google Open Source Programs. +List of Users in Google Open Source Programs. {% endblock %}

{% include list_main %}