|
Lines 41-47
Link Here
|
| 41 |
|
41 |
|
| 42 |
[% INCLUDE 'patroncards-toolbar.inc' %] |
42 |
[% INCLUDE 'patroncards-toolbar.inc' %] |
| 43 |
|
43 |
|
| 44 |
<h1>[% IF ( layout_id ) %]<span>Edit</span>[% ELSE %]<span>Create</span>[% END %] <span>patron card layout</span></h1> |
44 |
<h1>[% IF ( layout_id ) %]<span>Edit patron card layout</span> [% layout_id | html %] |
|
|
45 |
[% ELSE %]<span>Create patron card layout</span>[% END %] |
| 46 |
</h1> |
| 45 |
|
47 |
|
| 46 |
<!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned... --> |
48 |
<!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned... --> |
| 47 |
<form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get"> |
49 |
<form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get"> |
|
Lines 279-285
Link Here
|
| 279 |
</div> |
281 |
</div> |
| 280 |
<div class="col-sm-6"> |
282 |
<div class="col-sm-6"> |
| 281 |
<fieldset class="rows"> |
283 |
<fieldset class="rows"> |
| 282 |
<legend>[% IF ( layout_id ) %]<span>Edit</span>[% ELSE %]<span>Create</span>[% END %] <span>patron card graphic layout</span></legend> |
284 |
<legend>[% IF ( layout_id ) %]<span>Edit patron card graphic layout</span> |
|
|
285 |
[% ELSE %]<span>Create patron card graphic layout</span>[% END %] |
| 286 |
</legend> |
| 283 |
<ol> |
287 |
<ol> |
| 284 |
<!-- |
288 |
<!-- |
| 285 |
<li> |
289 |
<li> |
| 286 |
- |
|
|