Bugzilla – Attachment 4225 Details for
Bug 6388
Broken pager images in branch_transfer_limits.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-BUG6388-Broken-pager-images-in-branch_transfer_limit.patch (text/plain), 1.57 KB, created by
Fridolin Somers
on 2011-05-23 11:39:44 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2011-05-23 11:39:44 UTC
Size:
1.57 KB
patch
obsolete
>From 3d2ac6c582371e49b786f8f4d96330b13367c81b Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@progilone.fr> >Date: Mon, 23 May 2011 13:37:56 +0200 >Subject: [PATCH] BUG6388 Broken pager images in branch_transfer_limits.tt > >--- > .../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.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6388
: 4225