Browse Source

HTML snippet not used

Signed-off-by: Sven Velt <sven@velt.de>
Sven Velt 10 years ago
parent
commit
8a9eb4ce82
1 changed files with 0 additions and 17 deletions
  1. 0 17
      traps/templates/traps/snippet_cfgtrap_prev_next.html

+ 0 - 17
traps/templates/traps/snippet_cfgtrap_prev_next.html

@@ -1,17 +0,0 @@
-{% load staticfiles %}
-{% load add_get_parameter %}
-
-		<tr><td colspan=5><table border=1 width="100%"><tr>
-			<td width="45%" align="right">
-				{% if cfgtraps.has_previous %}<a href="{% add_get page=cfgtraps.previous_page_number %}"><img src="{% static "images/dropline/previous.png" %}" /></a>{% endif %}
-			</td>
-			<td align="center">
-				<div style="font-weight:bold;">
-					Trap configs {{ cfgtraps.start_index }}-{{ cfgtraps.end_index }} (of {{ cfgtrapcount }})<br />
-					Page {{ cfgtraps.number }} of {{ cfgtraps.paginator.num_pages }}</div>
-			</td>
-			<td width="45%" align="left">
-				{% if cfgtraps.has_next %}<a href="{% add_get page=cfgtraps.next_page_number %}"><img src="{% static "images/dropline/next.png" %}" /></a>{% endif %}
-			</td>
-		</tr></table></td></tr>
-