Lines 1-3
Link Here
|
|
|
1 |
[% USE raw %] |
1 |
[% SET footerjs = 1 %] |
2 |
[% SET footerjs = 1 %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>[% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%] › Profiles › Patron card creator › Tools › Koha</title> |
4 |
<title>[% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%] › Profiles › Patron card creator › Tools › Koha</title> |
Lines 10-41
Link Here
|
10 |
[% END %] |
11 |
[% END %] |
11 |
|
12 |
|
12 |
[% WRAPPER 'sub-header.inc' %] |
13 |
[% WRAPPER 'sub-header.inc' %] |
13 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
14 |
[% WRAPPER breadcrumbs %] |
14 |
<ol> |
15 |
[% WRAPPER breadcrumb_item %] |
15 |
<li> |
|
|
16 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
17 |
</li> |
18 |
<li> |
19 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
16 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
20 |
</li> |
17 |
[% END %] |
21 |
<li> |
18 |
[% WRAPPER breadcrumb_item %] |
22 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> |
19 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> |
23 |
</li> |
20 |
[% END %] |
24 |
<li> |
21 |
[% WRAPPER breadcrumb_item %] |
25 |
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a> |
22 |
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a> |
26 |
</li> |
23 |
[% END %] |
27 |
<li> |
24 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
28 |
<a href="#" aria-current="page"> |
25 |
[% IF ( profile_id ) %] |
29 |
[% IF ( profile_id ) %] |
26 |
<span>Edit ([% profile_id | html %])</span> |
30 |
Edit ([% profile_id | html %]) |
27 |
[% ELSE %] |
31 |
[% ELSE %] |
28 |
<span>New</span> |
32 |
New |
29 |
[% END%] |
33 |
[% END%] |
30 |
[% END %] |
34 |
</a> |
31 |
[% END #/ WRAPPER breadcrumbs %] |
35 |
</li> |
32 |
[% END #/ WRAPPER sub-header.inc %] |
36 |
</ol> |
|
|
37 |
</nav> |
38 |
[% END %] |
39 |
|
33 |
|
40 |
<div class="main container-fluid"> |
34 |
<div class="main container-fluid"> |
41 |
<div class="row"> |
35 |
<div class="row"> |
Lines 44-50
Link Here
|
44 |
|
38 |
|
45 |
[% INCLUDE 'patroncards-toolbar.inc' %] |
39 |
[% INCLUDE 'patroncards-toolbar.inc' %] |
46 |
|
40 |
|
47 |
<h1>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h1> |
41 |
<h1> |
|
|
42 |
[% IF (profile_id) %] |
43 |
<span>Edit printer profile</span> |
44 |
[% ELSE %] |
45 |
<span>Create printer profile</span> |
46 |
[% END%] |
47 |
[% IF (profile_id) %] ([% profile_id | html %])[% END %] |
48 |
</h1> |
48 |
<form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get"> |
49 |
<form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get"> |
49 |
<fieldset class="rows"><legend>Profile settings</legend> |
50 |
<fieldset class="rows"><legend>Profile settings</legend> |
50 |
<ol> |
51 |
<ol> |