|
Lines 113-119
Link Here
|
| 113 |
<div class="hint">Current library: [% LoginBranchname %]</div> |
113 |
<div class="hint">Current library: [% LoginBranchname %]</div> |
| 114 |
[% IF ( table_loop ) %] |
114 |
[% IF ( table_loop ) %] |
| 115 |
<form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element %]"> |
115 |
<form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element %]"> |
| 116 |
<h2>Currently Available [% label_element_title %]</h2> |
116 |
[% IF ( label_element == 'layout' ) %] |
|
|
117 |
<h2>Currently available layouts</h2> |
| 118 |
[% ELSIF ( label_element == 'template' ) %] |
| 119 |
<h2>Currently available templates</h2> |
| 120 |
[% ELSIF ( label_element == 'profile' ) %] |
| 121 |
<h2>Currently available profiles</h2> |
| 122 |
[% ELSIF ( label_element == 'batch' ) %] |
| 123 |
<h2>Currently available batches</h2> |
| 124 |
[% END %] |
| 117 |
<table id="labels-table"> |
125 |
<table id="labels-table"> |
| 118 |
[% FOREACH table_loo IN table_loop %] |
126 |
[% FOREACH table_loo IN table_loop %] |
| 119 |
[% IF ( table_loo.header_fields ) %] |
127 |
[% IF ( table_loo.header_fields ) %] |