Lines 1-7
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% SET footerjs = 1 %] |
2 |
[% SET footerjs = 1 %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
<title>Koha › Tools › Label creator › Profiles › [% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%]</title> |
4 |
<title>Koha › Tools › Label creator › Profiles › [% IF ( profile_id ) %]Edit printer profile [% profile_id | html %] [% ELSE %] New printer profile [% END%]</title> |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
</head> |
6 |
</head> |
7 |
|
7 |
|
Lines 24-42
Link Here
|
24 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a> |
24 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a> |
25 |
</li> |
25 |
</li> |
26 |
|
26 |
|
27 |
[% IF ( profile_id ) %] |
|
|
28 |
<li> |
27 |
<li> |
29 |
<a href="#" aria-current="page"> |
28 |
<a href="#" aria-current="page"> |
30 |
Edit ([% profile_id | html %]) |
29 |
[% IF ( profile_id ) %] |
|
|
30 |
Edit printer profile [% profile_id | html %] |
31 |
[% ELSE %] |
32 |
New printer profile |
33 |
[% END%] |
31 |
</a> |
34 |
</a> |
32 |
</li> |
35 |
</li> |
33 |
[% ELSE %] |
|
|
34 |
<li> |
35 |
<a href="#" aria-current="page"> |
36 |
New |
37 |
</a> |
38 |
</li> |
39 |
[% END%] |
40 |
</ol> |
36 |
</ol> |
41 |
</nav> |
37 |
</nav> |
42 |
|
38 |
|
Lines 46-52
Link Here
|
46 |
<main> |
42 |
<main> |
47 |
|
43 |
|
48 |
[% INCLUDE 'labels-toolbar.inc' %] |
44 |
[% INCLUDE 'labels-toolbar.inc' %] |
49 |
<h3>Edit printer profile</h3> |
45 |
|
|
|
46 |
[% IF ( profile_id ) %] |
47 |
<h1>Edit printer profile [% profile_id | html %]</h1> |
48 |
[% ELSE %] |
49 |
<h1>New printer profile</h1> |
50 |
[% END%] |
51 |
|
50 |
<form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get"> |
52 |
<form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get"> |
51 |
<fieldset class="rows"><legend>Profile settings</legend> |
53 |
<fieldset class="rows"><legend>Profile settings</legend> |
52 |
<ol> |
54 |
<ol> |