From 8dc4381032ad754397a1ef5415e664fffee40c37 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sun, 3 Jul 2011 23:04:09 +0200 Subject: Style navigation buttons --- mediagoblin/templates/mediagoblin/utils/prev_next.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'mediagoblin/templates') diff --git a/mediagoblin/templates/mediagoblin/utils/prev_next.html b/mediagoblin/templates/mediagoblin/utils/prev_next.html index e054ed23..8908c298 100644 --- a/mediagoblin/templates/mediagoblin/utils/prev_next.html +++ b/mediagoblin/templates/mediagoblin/utils/prev_next.html @@ -23,23 +23,21 @@
{# There are no previous entries for the very first media entry #} {% if prev_entry_url %} - - {# TODO - insert 'Previous' and 'X' image sources #} - Previous + + < {% else %} {# This is the first entry. display greyed-out 'previous' image #} - X + {% endif %} {# Likewise, this could be the very last media entry #} {% if next_entry_url %} - - {# TODO - insert 'Next' and 'X' image sources #} - Next + + > {% else %} {# This is the last entry. display greyed-out 'next' image #} - X + {% endif %}
-- cgit v1.2.3