From 3139333a3d84d1aa3053a0806a7e32e11bbbaa49 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 1 Mar 2014 23:31:00 +0100 Subject: [PATCH] [FIX] Transaction Pagination and PHP Notice --- .../account/transactions/default.tpl | 5 ++-- .../bootstrap/admin/transactions/default.tpl | 26 +++++++------------ 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/public/templates/bootstrap/account/transactions/default.tpl b/public/templates/bootstrap/account/transactions/default.tpl index bdc8540c..18974a1e 100755 --- a/public/templates/bootstrap/account/transactions/default.tpl +++ b/public/templates/bootstrap/account/transactions/default.tpl @@ -37,13 +37,12 @@ Transaction Filter
-
-
- - - - - - - -
- {if $smarty.request.start|default:"0" > 0} - - {else} - - {/if} - - -
+
- {html_options class="form-control" name="filter[type]" options=$TRANSACTIONTYPES selected=$smarty.request.filter.type|default:""} + {html_options class="form-control select2-bootstrap-append" name="filter[type]" options=$TRANSACTIONTYPES selected=$smarty.request.filter.type|default:""}