View | Details | Raw Unified | Return to bug 7472
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
   <div id="bd">
13
   <div id="bd">
14
	<div id="yui-main">
14
	<div id="yui-main">
15
	<div class="yui-b">
15
	<div class="yui-b">
16
[% INCLUDE 'members-toolbar.inc' %]
16
[% INCLUDE 'members-toolbar.inc' borrowernumber=borrower.borrowernumber %]
17
17
18
<!-- The manual invoice and credit buttons -->
18
<!-- The manual invoice and credit buttons -->
19
<div class="toptabs">
19
<div class="toptabs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 64-70 function moneyFormat(textObj) { Link Here
64
<div id="bd">
64
<div id="bd">
65
<div id="yui-main">
65
<div id="yui-main">
66
<div class="yui-b">
66
<div class="yui-b">
67
[% INCLUDE 'members-toolbar.inc' %]
67
[% INCLUDE 'members-toolbar.inc' borrowernumber=borrower.borrowernumber %]
68
68
69
69
70
<!-- The manual invoice and credit buttons -->
70
<!-- The manual invoice and credit buttons -->
71
- 

Return to bug 7472