Lines 61-68
Link Here
|
61 |
</div> |
61 |
</div> |
62 |
[% END %] |
62 |
[% END %] |
63 |
|
63 |
|
64 |
<form name="payForm" id="payForm" method="post" action="/cgi-bin/koha/pos/pay.pl"> |
64 |
<div class="row"> |
65 |
<div class="row"> |
65 |
<form name="payForm" id="payForm" method="post" action="/cgi-bin/koha/pos/pay.pl"> |
66 |
|
66 |
|
67 |
<div class="col-md-6"> |
67 |
<div class="col-md-6"> |
68 |
<fieldset class="rows"> |
68 |
<fieldset class="rows"> |
Lines 162-176
Link Here
|
162 |
<a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a> |
162 |
<a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a> |
163 |
</fieldset> |
163 |
</fieldset> |
164 |
</div> |
164 |
</div> |
165 |
</div> |
165 |
</form> |
166 |
</form> |
166 |
</div> |
167 |
[% END %] |
167 |
[% END %] |
168 |
|
168 |
|
169 |
[%- SET StaffPOSHome = AdditionalContents.get( location => "StaffPOSHome", lang => lang, library => logged_in_user.branchcode ) -%] |
169 |
[%- SET StaffPOSHome = AdditionalContents.get( location => "StaffPOSHome", lang => lang, library => logged_in_user.branchcode ) -%] |
170 |
[%- FOREACH block IN StaffPOSHome.content -%] |
170 |
[%- FOREACH block IN StaffPOSHome.content -%] |
171 |
<div class="page-section"> |
171 |
<div class="page-section"> |
172 |
[%- block.content | $raw -%] |
172 |
[%- block.content | $raw -%] |
173 |
</div> |
173 |
</div> |
174 |
[%- END -%] |
174 |
[%- END -%] |
175 |
|
175 |
|
176 |
</div> |
176 |
</div> |
177 |
- |
|
|