Lines 2-8
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Koha › Tools › CSV export profiles</title> |
5 |
<title> |
|
|
6 |
Koha › Tools › CSV profiles |
7 |
[% IF op == 'add_form' %] |
8 |
[% IF csv_profile %] |
9 |
› Modify a CSV profile |
10 |
[% ELSE %] |
11 |
› New CSV profile |
12 |
[% END %] |
13 |
[% END %] |
14 |
</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
15 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
</head> |
16 |
</head> |
8 |
|
17 |
|
Lines 18-28
Link Here
|
18 |
<li> |
27 |
<li> |
19 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
28 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
20 |
</li> |
29 |
</li> |
21 |
<li> |
30 |
[% IF op == 'add_form' %] |
22 |
<a href="#" aria-current="page"> |
31 |
<li> |
23 |
CSV export profiles |
32 |
<a href="/cgi-bin/koha/tools/csv-profiles.pl"> |
24 |
</a> |
33 |
CSV profiles |
25 |
</li> |
34 |
</a> |
|
|
35 |
</li> |
36 |
[% IF csv_profile %] |
37 |
<li> |
38 |
<a href="#" aria-current="page">Modify a CSV profile</a> |
39 |
</li> |
40 |
[% ELSE %] |
41 |
<li> |
42 |
<a href="#" aria-current="page">New CSV profile</a> |
43 |
</li> |
44 |
[% END %] |
45 |
[% ELSE %] |
46 |
<li> |
47 |
<a href="#" aria-current="page"> |
48 |
CSV profiles |
49 |
</a> |
50 |
</li> |
51 |
[% END %] |
26 |
</ol> |
52 |
</ol> |
27 |
</nav> |
53 |
</nav> |
28 |
|
54 |
|
29 |
- |
|
|