1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-11 22:42:47 +00:00

Update weeklypull.html

Removed page-change-pagination-reset config flag from code
This commit is contained in:
barbequesauce 2018-07-20 09:22:10 -04:00 committed by evilhero
parent 76f802c083
commit b71a4a170f

View file

@ -29,11 +29,7 @@
<table width="100%" align="center">
<tr>
<td style="vertical-align: middle; text-align: right">
%if mylar.CONFIG.RESET_PULLIST_PAGINATION is True:
<a href="pullist?week=${weekinfo['prev_weeknumber']}&year=${weekinfo['prev_year']}" title="Previous Week (${weekinfo['prev_weeknumber']})" onclick="$('#pull_table').page('first').draw('page');">
%else:
<a href="pullist?week=${weekinfo['prev_weeknumber']}&year=${weekinfo['prev_year']}" title="PPrevious Week (${weekinfo['prev_weeknumber']})">
%endif
<a href="pullist?week=${weekinfo['prev_weeknumber']}&year=${weekinfo['prev_year']}" title="Previous Week (${weekinfo['prev_weeknumber']})" onclick="$('#pull_table').page('first').draw('page');">
<img src="interfaces/default/images/prev.gif" width="16" height="18" Alt="Previous"/>
</a>
</td>
@ -45,11 +41,7 @@
%endif
</td>
<td style="vertical-align: middle; text-align: left">
%if mylar.CONFIG.RESET_PULLIST_PAGINATION is True:
<a href="pullist?week=${weekinfo['next_weeknumber']}&year=${weekinfo['next_year']}" title="Next Week (${weekinfo['next_weeknumber']})" onclick="$('#pull_table').page('first').draw('page');">
%else:
<a href="pullist?week=${weekinfo['next_weeknumber']}&year=${weekinfo['next_year']}" title="NNext Week (${weekinfo['next_weeknumber']})">
%endif
<img src="interfaces/default/images/next.gif" width="16" height="18" Alt="Next"/>
</a>
</td>