diff --git a/data/interfaces/default/weeklypull.html b/data/interfaces/default/weeklypull.html index 69e411cc..cb52a089 100755 --- a/data/interfaces/default/weeklypull.html +++ b/data/interfaces/default/weeklypull.html @@ -28,17 +28,33 @@

- + - -
Previous + %if mylar.CONFIG.RESET_PULLIST_PAGINATION is True: + + %else: + + %endif + Previous + + %if wantedcount == 0:

Weekly Pull list for week ${weekinfo['weeknumber']} :
${weekinfo['startweek']} - ${weekinfo['endweek']}

%else:

Weekly Pull list for week ${weekinfo['weeknumber']} :
${weekinfo['startweek']} - ${weekinfo['endweek']} (${wantedcount})

%endif -
- Next
+ + + %if mylar.CONFIG.RESET_PULLIST_PAGINATION is True: + + %else: + + %endif + Next + + + +