View | Details | Raw Unified | Return to bug 32170
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-1 / +2 lines)
Lines 296-301 Link Here
296
    <h1>CSV profiles</h1>
296
    <h1>CSV profiles</h1>
297
297
298
    [% IF csv_profiles %]
298
    [% IF csv_profiles %]
299
    <div class="page-section">
299
        <table id="table_csv_profiles">
300
        <table id="table_csv_profiles">
300
            <thead>
301
            <thead>
301
                <th>CSV profile ID</th>
302
                <th>CSV profile ID</th>
Lines 325-330 Link Here
325
                [% END %]
326
                [% END %]
326
            </tbody>
327
            </tbody>
327
        </table>
328
        </table>
329
    </div>
328
    [% ELSE %]
330
    [% ELSE %]
329
        There is no CSV profile defined. <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form">Create a new CSV profile</a>.
331
        There is no CSV profile defined. <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form">Create a new CSV profile</a>.
330
    [% END %]
332
    [% END %]
331
- 

Return to bug 32170