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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-2 / +2 lines)
Lines 27-33 Link Here
27
27
28
        [% IF ( op == 'edit_form' ) %]
28
        [% IF ( op == 'edit_form' ) %]
29
          <form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
29
          <form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
30
            <h3>Rules for automatic item modifications by age</h3>
30
            <h1>Rules for automatic item modifications by age</h1>
31
            <div id="toolbar" class="btn-toolbar">
31
            <div id="toolbar" class="btn-toolbar">
32
                <div class="btn-group">
32
                <div class="btn-group">
33
                    <button class="btn btn-default add_rule"><i class="fa fa-plus"></i> Add rule</button>
33
                    <button class="btn btn-default add_rule"><i class="fa fa-plus"></i> Add rule</button>
Lines 40-46 Link Here
40
                </div>
40
                </div>
41
            </div>
41
            </div>
42
        [% ELSE %]
42
        [% ELSE %]
43
            <h3>Automatic item modifications by age</h3>
43
            <h1>Automatic item modifications by age</h1>
44
            [% IF ( rules ) %]
44
            [% IF ( rules ) %]
45
                <div id="toolbar" class="btn-toolbar">
45
                <div id="toolbar" class="btn-toolbar">
46
                    <a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit rules</a>
46
                    <a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit rules</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-2 / +2 lines)
Lines 233-239 Link Here
233
[% IF op == 'delete_confirm' %]
233
[% IF op == 'delete_confirm' %]
234
    <div class="dialog alert">
234
    <div class="dialog alert">
235
        [% IF csv_profile %]
235
        [% IF csv_profile %]
236
            <h3>Delete CSV Profile "[% csv_profile.profile | html %]?"</h3>
236
            <h1>Delete CSV Profile "[% csv_profile.profile | html %]?"</h1>
237
            <form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
237
            <form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
238
                <input type="hidden" name="op" value="delete_confirmed" />
238
                <input type="hidden" name="op" value="delete_confirmed" />
239
                <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
239
                <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
Lines 254-260 Link Here
254
        <a class="btn btn-default" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
254
        <a class="btn btn-default" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
255
    </div>
255
    </div>
256
256
257
    <h2>CSV profiles</h2>
257
    <h1>CSV profiles</h1>
258
258
259
    [% IF csv_profiles %]
259
    [% IF csv_profiles %]
260
        <table id="table_csv_profiles">
260
        <table id="table_csv_profiles">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (+2 lines)
Lines 23-28 Link Here
23
        <div class="col-sm-10 col-sm-push-2">
23
        <div class="col-sm-10 col-sm-push-2">
24
            <main>
24
            <main>
25
25
26
                <h1>Export data</h1>
27
26
[% FOR m IN messages %]
28
[% FOR m IN messages %]
27
    <div class="dialog [% m.type | html %]">
29
    <div class="dialog [% m.type | html %]">
28
        [% SWITCH m.code %]
30
        [% SWITCH m.code %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-1 / +1 lines)
Lines 36-42 td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl Link Here
36
        <div class="col-sm-10 col-sm-push-2">
36
        <div class="col-sm-10 col-sm-push-2">
37
            <main>
37
            <main>
38
38
39
    <h2>[% Branches.GetName( branch ) | html %] calendar</h2>
39
    <h1>[% Branches.GetName( branch ) | html %] calendar</h1>
40
40
41
    <div class="row">
41
    <div class="row">
42
    <div class="col-sm-6">
42
    <div class="col-sm-6">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +1 lines)
Lines 39-49 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
39
[% END %]
39
[% END %]
40
                <main>
40
                <main>
41
41
42
                    <h1>News</h1>
42
[% UNLESS ( add_form ) %]
43
[% UNLESS ( add_form ) %]
43
    [% IF error_message == 'title_missing' %]
44
    [% IF error_message == 'title_missing' %]
44
        <div class="dialog alert">Error: Required news title missing!</div>
45
        <div class="dialog alert">Error: Required news title missing!</div>
45
    [% END %]
46
    [% END %]
46
<h2>News</h2>
47
<div id="toolbar" class="btn-toolbar">
47
<div id="toolbar" class="btn-toolbar">
48
    <a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;lang=[% lang | html %]"><i class="fa fa-plus"></i> New entry</a>
48
    <a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;lang=[% lang | html %]"><i class="fa fa-plus"></i> New entry</a>
49
</div>
49
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 501-507 Link Here
501
501
502
                [% IF ( delete_confirm ) %]
502
                [% IF ( delete_confirm ) %]
503
                    <div class="dialog alert">
503
                    <div class="dialog alert">
504
                        <h3>Delete notice?</h3>
504
                        <h1>Delete notice?</h1>
505
                        <table>
505
                        <table>
506
                            <thead>
506
                            <thead>
507
                            <tr>
507
                            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-3 / +3 lines)
Lines 23-38 Link Here
23
            [% IF ( ERRORS ) %]
23
            [% IF ( ERRORS ) %]
24
				[% IF ( TCOUNTS ) %]
24
				[% IF ( TCOUNTS ) %]
25
					<div class="dialog alert">
25
					<div class="dialog alert">
26
                    <h3>Patron image(s) uploaded with some errors</h3>
26
                    <h1>Patron image(s) uploaded with some errors</h1>
27
                    </div>
27
                    </div>
28
				[% ELSE %]
28
				[% ELSE %]
29
					<div class="dialog alert">
29
					<div class="dialog alert">
30
                    <h3>Patron image failed to upload</h3>
30
                    <h1>Patron image failed to upload</h1>
31
                    </div>
31
                    </div>
32
				[% END %]
32
				[% END %]
33
            [% ELSE %]
33
            [% ELSE %]
34
                <div class="dialog message">
34
                <div class="dialog message">
35
                <h3>Patron image(s) successfully uploaded</h3>
35
                <h1>Patron image(s) successfully uploaded</h1>
36
                </div>
36
                </div>
37
            [% END %]
37
            [% END %]
38
	        <ul class="data">
38
	        <ul class="data">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt (+1 lines)
Lines 4-9 Link Here
4
    </head>
4
    </head>
5
    <body id="preview_letter" class="catalog">
5
    <body id="preview_letter" class="catalog">
6
        <div class="main container-fluid">
6
        <div class="main container-fluid">
7
            <h1>Preview notice template</h1>
7
            [% FOR m IN messages %]
8
            [% FOR m IN messages %]
8
                [%# FIXME The message block does not appear at the top of the modal! %]
9
                [%# FIXME The message block does not appear at the top of the modal! %]
9
                <div class="dialog [% m.type | html %]">
10
                <div class="dialog [% m.type | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
                    <div class="btn-group"><a href="/cgi-bin/koha/tools/quotes-upload.pl" id="cancel_quotes" class="btn btn-default"><i class="fa fa-remove"></i> Cancel import</a></div>
23
                    <div class="btn-group"><a href="/cgi-bin/koha/tools/quotes-upload.pl" id="cancel_quotes" class="btn btn-default"><i class="fa fa-remove"></i> Cancel import</a></div>
24
                </div>
24
                </div>
25
25
26
                <h2>Quote uploader</h2>
26
                <h1>Quote uploader</h1>
27
27
28
                <div id="messages" style="display: none;">
28
                <div id="messages" style="display: none;">
29
                    <div class="import_success dialog message" style="display: none;"></div>
29
                    <div class="import_success dialog message" style="display: none;"></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-3 / +3 lines)
Lines 46-52 Link Here
46
[% END %]
46
[% END %]
47
47
48
[% IF op == 'add_form' %]
48
[% IF op == 'add_form' %]
49
    <h3>[% IF quote %]Modify quote[% ELSE %]New quote[% END %]</h3>
49
    <h1>[% IF quote %]Modify quote[% ELSE %]New quote[% END %]</h1>
50
    <form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
50
    <form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
51
        <fieldset class="rows">
51
        <fieldset class="rows">
52
            <input type="hidden" name="op" value="add_validate" />
52
            <input type="hidden" name="op" value="add_validate" />
Lines 74-80 Link Here
74
[% IF op == 'delete_confirm' %]
74
[% IF op == 'delete_confirm' %]
75
    <div class="dialog alert">
75
    <div class="dialog alert">
76
        <form action="/cgi-bin/koha/tools/quotes.pl" method="post">
76
        <form action="/cgi-bin/koha/tools/quotes.pl" method="post">
77
            <h3>Are you sure you want to delete the following quote?</h3>
77
            <h1>Are you sure you want to delete the following quote?</h1>
78
            [% quote.source | html %] - [% quote.text | html %]
78
            [% quote.source | html %] - [% quote.text | html %]
79
            <input type="hidden" name="op" value="delete_confirmed" />
79
            <input type="hidden" name="op" value="delete_confirmed" />
80
            <input type="hidden" name="id" value="[% quote.id | html %]" />
80
            <input type="hidden" name="id" value="[% quote.id | html %]" />
Lines 87-93 Link Here
87
[% END %]
87
[% END %]
88
88
89
[% IF op == 'list' %]
89
[% IF op == 'list' %]
90
    <h3>Quotes</h3>
90
    <h1>Quotes</h1>
91
    [% IF quotes_count > 0 %]
91
    [% IF quotes_count > 0 %]
92
        <table id="quotes">
92
        <table id="quotes">
93
            <thead>
93
            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (+2 lines)
Lines 17-22 Link Here
17
        <div class="col-sm-10 col-sm-push-2">
17
        <div class="col-sm-10 col-sm-push-2">
18
            <main>
18
            <main>
19
19
20
                <h1>Task scheduler</h1>
21
20
[% IF ( job_add_failed ) %]
22
[% IF ( job_add_failed ) %]
21
<div class="dialog message">Failed to add scheduled task</div>
23
<div class="dialog message">Failed to add scheduled task</div>
22
[% END %]
24
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-2 / +3 lines)
Lines 23-31 Link Here
23
<div class="main container-fluid">
23
<div class="main container-fluid">
24
    <div class="row">
24
    <div class="row">
25
            <main>
25
            <main>
26
            <h1>Compare matched records</h1>
26
27
27
        <div id="col1" class="col-sm-6">
28
        <div id="col1" class="col-sm-6">
28
            <h1>Original</h1>
29
            <h2>Original</h2>
29
            [% IF ( ERROR_FORMATTED1 ) %]
30
            [% IF ( ERROR_FORMATTED1 ) %]
30
                <div class="dialog alert">
31
                <div class="dialog alert">
31
                    <p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
32
                    <p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
Lines 36-42 Link Here
36
            [% END %]
37
            [% END %]
37
        </div>
38
        </div>
38
        <div id="col2" class="col-sm-6">
39
        <div id="col2" class="col-sm-6">
39
            <h1>Imported</h1>
40
            <h2>Imported</h2>
40
            [% IF ( ERROR_FORMATTED2 ) %]
41
            [% IF ( ERROR_FORMATTED2 ) %]
41
                <div class="dialog alert">
42
                <div class="dialog alert">
42
                    <p>The import id number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
43
                    <p>The import id number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-10 / +10 lines)
Lines 53-59 Link Here
53
53
54
                    [% INCLUDE 'stockrotation-toolbar.inc' %]
54
                    [% INCLUDE 'stockrotation-toolbar.inc' %]
55
55
56
                    <h2>Stock rotation</h2>
56
                    <h1>Stock rotation</h1>
57
57
58
                    [% IF existing_rotas.size > 0 %]
58
                    [% IF existing_rotas.size > 0 %]
59
                        <table id="stock_rotation" class="rotas_table" role="grid">
59
                        <table id="stock_rotation" class="rotas_table" role="grid">
Lines 110-118 Link Here
110
                [% ELSIF (op == 'create_edit_rota') %]
110
                [% ELSIF (op == 'create_edit_rota') %]
111
111
112
                    [% IF rota.rota_id %]
112
                    [% IF rota.rota_id %]
113
                        <h2>Edit "[% rota.title | html %]"</h2>
113
                        <h1>Edit "[% rota.title | html %]"</h1>
114
                    [% ELSE %]
114
                    [% ELSE %]
115
                        <h2>Create new rota</h2>
115
                        <h1>Create new rota</h1>
116
                    [% END %]
116
                    [% END %]
117
117
118
                    [% IF error == 'invalid_form' %]
118
                    [% IF error == 'invalid_form' %]
Lines 167-173 Link Here
167
                    </div>
167
                    </div>
168
                    [% END %]
168
                    [% END %]
169
169
170
                    <h2>Manage <em>[% rota.title | html %]</em> stages</h2>
170
                    <h1>Manage <em>[% rota.title | html %]</em> stages</h1>
171
                    <div id="ajax_status"
171
                    <div id="ajax_status"
172
                        data-saving-msg="Saving changes..."
172
                        data-saving-msg="Saving changes..."
173
                        data-success-msg=""
173
                        data-success-msg=""
Lines 270-278 Link Here
270
                [% ELSIF (op == 'create_edit_stage') %]
270
                [% ELSIF (op == 'create_edit_stage') %]
271
271
272
                    [% IF stage.id %]
272
                    [% IF stage.id %]
273
                        <h2>Edit "[% Branches.GetName(stage.branchcode_id) | html %]"</h2>
273
                        <h1>Edit "[% Branches.GetName(stage.branchcode_id) | html %]"</h1>
274
                    [% ELSE %]
274
                    [% ELSE %]
275
                        <h2>Create new stage</h2>
275
                        <h1>Create new stage</h1>
276
                    [% END %]
276
                    [% END %]
277
277
278
                    [% IF error == 'invalid_form' %]
278
                    [% IF error == 'invalid_form' %]
Lines 315-321 Link Here
315
                [% ELSIF (op == 'confirm_remove_from_rota') %]
315
                [% ELSIF (op == 'confirm_remove_from_rota') %]
316
316
317
                    <div class="dialog alert">
317
                    <div class="dialog alert">
318
                        <h3>Are you sure you wish to remove this item from it's rota</h3>
318
                        <h1>Are you sure you wish to remove this item from it's rota</h1>
319
                        <p>
319
                        <p>
320
                            <a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&amp;item_id=[% item_id | uri %]&amp;stage_id=[% stage_id | uri %]&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a>
320
                            <a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&amp;item_id=[% item_id | uri %]&amp;stage_id=[% stage_id | uri %]&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a>
321
                            <a class="btn btn-default btn-xs deny" href="?op=manage_items&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-remove"></i>No</a>
321
                            <a class="btn btn-default btn-xs deny" href="?op=manage_items&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-remove"></i>No</a>
Lines 324-330 Link Here
324
                [% ELSIF (op == 'confirm_delete_stage') %]
324
                [% ELSIF (op == 'confirm_delete_stage') %]
325
325
326
                    <div class="dialog alert">
326
                    <div class="dialog alert">
327
                        <h3>Are you sure you want to delete this stage?</h3>
327
                        <h1>Are you sure you want to delete this stage?</h1>
328
                        [% IF stage.stockrotationitems.count > 0 %]
328
                        [% IF stage.stockrotationitems.count > 0 %]
329
                            <p>This stage contains the following item(s):</p>
329
                            <p>This stage contains the following item(s):</p>
330
                            <ul>
330
                            <ul>
Lines 352-358 Link Here
352
                        </div>
352
                        </div>
353
                    [% END %]
353
                    [% END %]
354
354
355
                    <h2>Manage items assigned to <em>[% rota.title | html %]</em></h2>
355
                    <h1>Manage items assigned to <em>[% rota.title | html %]</em></h1>
356
356
357
                    <!-- Add items modal -->
357
                    <!-- Add items modal -->
358
                    <div class="modal" id="addItemsModal" tabindex="-1" role="dialog" aria-labelledby="addItemsLabel">
358
                    <div class="modal" id="addItemsModal" tabindex="-1" role="dialog" aria-labelledby="addItemsLabel">
Lines 479-485 Link Here
479
                [% ELSIF op == 'add_items_to_rota' %]
479
                [% ELSIF op == 'add_items_to_rota' %]
480
480
481
                    <div class="dialog message">
481
                    <div class="dialog message">
482
                        <h3>Add items to rota report</h3>
482
                        <h1>Add items to rota report</h1>
483
                    </div>
483
                    </div>
484
484
485
                    <div>
485
                    <div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (+1 lines)
Lines 11-16 Link Here
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
12
12
13
<div class="container-fluid">
13
<div class="container-fluid">
14
    <h1>Tools</h1>
14
    <div class="row">
15
    <div class="row">
15
        <div class="col-sm-4">
16
        <div class="col-sm-4">
16
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons
17
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (+1 lines)
Lines 7-12 Link Here
7
    <div class="container-fluid">
7
    <div class="container-fluid">
8
8
9
[% UNLESS (authorized) %]
9
[% UNLESS (authorized) %]
10
<h1>Error adding to list</h1>
10
    <p align="center">
11
    <p align="center">
11
        [% IF (errcode==1) %]Could not create a new list. Please check the name.<br/>[% END %]
12
        [% IF (errcode==1) %]Could not create a new list. Please check the name.<br/>[% END %]
12
        [% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.<br/>[% END %]
13
        [% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.<br/>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
<div id="export" class="detailtagcell">    <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
25
<div id="export" class="detailtagcell">    <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
26
<form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
26
<form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
27
	<fieldset class="rows">
27
	<fieldset class="rows">
28
    <legend>Download list</legend>
28
        <legend><h1>Download list</h1></legend>
29
	<ol><li>
29
	<ol><li>
30
    <label for="format">Format: </label>
30
    <label for="format">Format: </label>
31
        <select name="format" id="format">
31
        <select name="format" id="format">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
18
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
19
19
20
<fieldset class="rows"> 
20
<fieldset class="rows"> 
21
<legend>Sending your list</legend>
21
    <legend><h1>Sending your list</h1></legend>
22
<ol>   <li>
22
<ol>   <li>
23
        <label for="email">Email address:</label>
23
        <label for="email">Email address:</label>
24
        <input type="text" id="email" name="email" size="43" class="focus" />
24
        <input type="text" id="email" name="email" size="43" class="focus" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-6 / +4 lines)
Lines 125-133 Link Here
125
[% END %]
125
[% END %]
126
126
127
[% IF op == 'view' %]
127
[% IF op == 'view' %]
128
    <h1>Contents of <em>[% shelf.shelfname | html %]</em></h1>
128
    [% IF itemsloop %]
129
    [% IF itemsloop %]
129
130
    <h3>Contents of <em>[% shelf.shelfname | html %]</em></h3>
131
    <div class="pages">[% pagination_bar | $raw %]</div>
130
    <div class="pages">[% pagination_bar | $raw %]</div>
132
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
131
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
133
        <input type="hidden" name="op" value="remove_biblios" />
132
        <input type="hidden" name="op" value="remove_biblios" />
Lines 261-270 Link Here
261
        <fieldset class="rows">
260
        <fieldset class="rows">
262
261
263
        [% IF op == 'add_form' %]
262
        [% IF op == 'add_form' %]
264
            <legend>Create a new list</legend>
263
        <legend><h1>Create a new list</h1></legend>
265
            <input type="hidden" name="op" value="add" />
264
            <input type="hidden" name="op" value="add" />
266
        [% ELSE %]
265
        [% ELSE %]
267
            <legend>Edit list <em>[% shelf.shelfname | html %]</em></legend>
266
        <legend><h1>Edit list <em>[% shelf.shelfname | html %]</em></h1></legend>
268
            <input type="hidden" name="op" value="edit" />
267
            <input type="hidden" name="op" value="edit" />
269
        [% END %]
268
        [% END %]
270
        <input type="hidden" name="referer" value="[% referer | html %]" />
269
        <input type="hidden" name="referer" value="[% referer | html %]" />
Lines 330-336 Link Here
330
[% END %]
329
[% END %]
331
330
332
[% IF op == 'list' %]
331
[% IF op == 'list' %]
333
    <h2>Lists</h2>
332
    <h1>Lists</h1>
334
    <div id="tabs" class="toptabs">
333
    <div id="tabs" class="toptabs">
335
        <ul>
334
        <ul>
336
            <li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
335
            <li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
337
- 

Return to bug 27631