From 62da99666a671b78f9f1b337f1b2b9c763f0cd0d Mon Sep 17 00:00:00 2001 From: Elmar Kouwenhoven Date: Mon, 14 May 2012 11:52:50 +0200 Subject: [PATCH] Added Force Check button directly on Wanted page --- data/interfaces/default/upcoming.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/upcoming.html b/data/interfaces/default/upcoming.html index b9f7d0fe..7862d390 100644 --- a/data/interfaces/default/upcoming.html +++ b/data/interfaces/default/upcoming.html @@ -1,4 +1,14 @@ -lossless<%inherit file="base.html" /> +<%inherit file="base.html" /> + +<%def name="headerIncludes()"> +
+ +
+ + + <%def name="body()">
@@ -88,6 +98,7 @@ lossless<%inherit file="base.html" /> "bPaginate": false }); resetFilters("artists"); + initActions(); } $(document).ready(function() { initThisPage();