1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Issue #459 - some work on downloads pagination

This commit is contained in:
Cameron
2013-12-30 03:17:20 -08:00
parent 7fa6fb4daa
commit d34623a043
5 changed files with 34 additions and 15 deletions

View File

@@ -573,7 +573,8 @@ $DOWNLOAD_TEMPLATE['list']['item'] = "
$DOWNLOAD_TEMPLATE['list']['end'] = "
<tr>
<td colspan='7' style='text-align:right;'><small class='muted text-muted'>{DOWNLOAD_LIST_TOTAL_AMOUNT} {DOWNLOAD_LIST_TOTAL_FILES}</small></td>
<td colspan='3'>{DOWNLOAD_BACK_TO_CATEGORY_LIST}</td>
<td colspan='4' style='text-align:right;'><small class='muted text-muted'>{DOWNLOAD_LIST_TOTAL_AMOUNT} {DOWNLOAD_LIST_TOTAL_FILES}</small></td>
</tr>
</table>
</div>
@@ -584,10 +585,7 @@ $DOWNLOAD_TEMPLATE['list']['end'] = "
$DOWNLOAD_TEMPLATE['list']['nextprev'] = "
<div class='text-center'>
{DOWNLOAD_BACK_TO_CATEGORY_LIST}
<br />
<br />
{DOWNLOAD_LIST_NEXTPREV}
{DOWNLOAD_LIST_NEXTPREV}
</div>";
/*