From: Fridolyn SOMERS <[email protected]>
Signed-off-by: Owen Leonard <[email protected]> --- .../en/modules/admin/branch_transfer_limits.tt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt index 9410c23..a1b6fa2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -101,11 +101,11 @@ <span id="pager[% codes_loo.code %]table" class="pager"> <form class="formpager"> <strong>page(s)</strong> : - <img src="[% codes_loo.interface %]/prog/img/first.png" class="first"/> - <img src="[% codes_loo.interface %]/prog/img/prev.png" class="prev"/> + <img src="[% interface %]/[% theme %]/img/first.png" class="first"/> + <img src="[% interface %]/[% theme %]/img/prev.png" class="prev"/> <input type="text" size="5" class="pagedisplay"/> - <img src="[% codes_loo.interface %]/prog/img/next.png" class="next"/> - <img src="[% codes_loo.interface %]/prog/img/last.png" class="last"/> + <img src="[% interface %]/[% theme %]/img/next.png" class="next"/> + <img src="[% interface %]/[% theme %]/img/last.png" class="last"/> , entries/page : <select class="pagesize"> <option selected="selected" value="10">10</option> -- 1.7.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
