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 45-51 Link Here
45
45
46
        [% IF ( op == 'edit_form' ) %]
46
        [% IF ( op == 'edit_form' ) %]
47
          <form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
47
          <form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
48
            <h3>Rules for automatic item modifications by age</h3>
48
            <h1>Rules for automatic item modifications by age</h1>
49
            <div id="toolbar" class="btn-toolbar">
49
            <div id="toolbar" class="btn-toolbar">
50
                <div class="btn-group">
50
                <div class="btn-group">
51
                    <button class="btn btn-default add_rule"><i class="fa fa-plus"></i> Add rule</button>
51
                    <button class="btn btn-default add_rule"><i class="fa fa-plus"></i> Add rule</button>
Lines 58-64 Link Here
58
                </div>
58
                </div>
59
            </div>
59
            </div>
60
        [% ELSE %]
60
        [% ELSE %]
61
            <h3>Automatic item modifications by age</h3>
61
            <h1>Automatic item modifications by age</h1>
62
            [% IF ( rules ) %]
62
            [% IF ( rules ) %]
63
                <div id="toolbar" class="btn-toolbar">
63
                <div id="toolbar" class="btn-toolbar">
64
                    <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>
64
                    <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 269-275 Link Here
269
[% IF op == 'delete_confirm' %]
269
[% IF op == 'delete_confirm' %]
270
    <div class="dialog alert">
270
    <div class="dialog alert">
271
        [% IF csv_profile %]
271
        [% IF csv_profile %]
272
            <h3>Delete CSV Profile "[% csv_profile.profile | html %]?"</h3>
272
            <h1>Delete CSV Profile "[% csv_profile.profile | html %]?"</h1>
273
            <form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
273
            <form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
274
                <input type="hidden" name="op" value="delete_confirmed" />
274
                <input type="hidden" name="op" value="delete_confirmed" />
275
                <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
275
                <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
Lines 290-296 Link Here
290
        <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>
290
        <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>
291
    </div>
291
    </div>
292
292
293
    <h2>CSV profiles</h2>
293
    <h1>CSV profiles</h1>
294
294
295
    [% IF csv_profiles %]
295
    [% IF csv_profiles %]
296
        <table id="table_csv_profiles">
296
        <table id="table_csv_profiles">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (+2 lines)
Lines 37-42 Link Here
37
        <div class="col-sm-10 col-sm-push-2">
37
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
38
            <main>
39
39
40
                <h1>Export data</h1>
41
40
[% FOR m IN messages %]
42
[% FOR m IN messages %]
41
    <div class="dialog [% m.type | html %]">
43
    <div class="dialog [% m.type | html %]">
42
        [% SWITCH m.code %]
44
        [% SWITCH m.code %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
        <div class="col-sm-10 col-sm-push-2">
32
        <div class="col-sm-10 col-sm-push-2">
33
            <main>
33
            <main>
34
34
35
    <h2>[% Branches.GetName( branch ) | html %] calendar</h2>
35
    <h1>[% Branches.GetName( branch ) | html %] calendar</h1>
36
36
37
    <div class="row">
37
    <div class="row">
38
    <div class="col-sm-6">
38
    <div class="col-sm-6">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +1 lines)
Lines 68-78 Link Here
68
[% END %]
68
[% END %]
69
                <main>
69
                <main>
70
70
71
                    <h1>News</h1>
71
[% UNLESS ( add_form ) %]
72
[% UNLESS ( add_form ) %]
72
    [% IF error_message == 'title_missing' %]
73
    [% IF error_message == 'title_missing' %]
73
        <div class="dialog alert">Error: Required news title missing!</div>
74
        <div class="dialog alert">Error: Required news title missing!</div>
74
    [% END %]
75
    [% END %]
75
<h2>News</h2>
76
<div id="toolbar" class="btn-toolbar">
76
<div id="toolbar" class="btn-toolbar">
77
    <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>
77
    <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>
78
</div>
78
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 536-542 Link Here
536
536
537
                [% IF ( delete_confirm ) %]
537
                [% IF ( delete_confirm ) %]
538
                    <div class="dialog alert">
538
                    <div class="dialog alert">
539
                        <h3>Delete notice?</h3>
539
                        <h1>Delete notice?</h1>
540
                        <table>
540
                        <table>
541
                            <thead>
541
                            <thead>
542
                            <tr>
542
                            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-3 / +3 lines)
Lines 48-63 Link Here
48
            [% IF ( ERRORS ) %]
48
            [% IF ( ERRORS ) %]
49
				[% IF ( TCOUNTS ) %]
49
				[% IF ( TCOUNTS ) %]
50
					<div class="dialog alert">
50
					<div class="dialog alert">
51
                    <h3>Patron image(s) uploaded with some errors</h3>
51
                    <h1>Patron image(s) uploaded with some errors</h1>
52
                    </div>
52
                    </div>
53
				[% ELSE %]
53
				[% ELSE %]
54
					<div class="dialog alert">
54
					<div class="dialog alert">
55
                    <h3>Patron image failed to upload</h3>
55
                    <h1>Patron image failed to upload</h1>
56
                    </div>
56
                    </div>
57
				[% END %]
57
				[% END %]
58
            [% ELSE %]
58
            [% ELSE %]
59
                <div class="dialog message">
59
                <div class="dialog message">
60
                <h3>Patron image(s) successfully uploaded</h3>
60
                <h1>Patron image(s) successfully uploaded</h1>
61
                </div>
61
                </div>
62
            [% END %]
62
            [% END %]
63
	        <ul class="data">
63
	        <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 40-46 Link Here
40
                    <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>
40
                    <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>
41
                </div>
41
                </div>
42
42
43
                <h2>Quote uploader</h2>
43
                <h1>Quote uploader</h1>
44
44
45
                <div id="messages" style="display: none;">
45
                <div id="messages" style="display: none;">
46
                    <div class="import_success dialog message" style="display: none;"></div>
46
                    <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 60-66 Link Here
60
[% END %]
60
[% END %]
61
61
62
[% IF op == 'add_form' %]
62
[% IF op == 'add_form' %]
63
    <h3>[% IF quote %]Modify quote[% ELSE %]New quote[% END %]</h3>
63
    <h1>[% IF quote %]Modify quote[% ELSE %]New quote[% END %]</h1>
64
    <form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
64
    <form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
65
        <fieldset class="rows">
65
        <fieldset class="rows">
66
            <input type="hidden" name="op" value="add_validate" />
66
            <input type="hidden" name="op" value="add_validate" />
Lines 88-94 Link Here
88
[% IF op == 'delete_confirm' %]
88
[% IF op == 'delete_confirm' %]
89
    <div class="dialog alert">
89
    <div class="dialog alert">
90
        <form action="/cgi-bin/koha/tools/quotes.pl" method="post">
90
        <form action="/cgi-bin/koha/tools/quotes.pl" method="post">
91
            <h3>Are you sure you want to delete the following quote?</h3>
91
            <h1>Are you sure you want to delete the following quote?</h1>
92
            [% quote.source | html %] - [% quote.text | html %]
92
            [% quote.source | html %] - [% quote.text | html %]
93
            <input type="hidden" name="op" value="delete_confirmed" />
93
            <input type="hidden" name="op" value="delete_confirmed" />
94
            <input type="hidden" name="id" value="[% quote.id | html %]" />
94
            <input type="hidden" name="id" value="[% quote.id | html %]" />
Lines 101-107 Link Here
101
[% END %]
101
[% END %]
102
102
103
[% IF op == 'list' %]
103
[% IF op == 'list' %]
104
    <h3>Quotes</h3>
104
    <h1>Quotes</h1>
105
    [% IF quotes_count > 0 %]
105
    [% IF quotes_count > 0 %]
106
        <table id="quotes">
106
        <table id="quotes">
107
            <thead>
107
            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (+2 lines)
Lines 31-36 Link Here
31
        <div class="col-sm-10 col-sm-push-2">
31
        <div class="col-sm-10 col-sm-push-2">
32
            <main>
32
            <main>
33
33
34
                <h1>Task scheduler</h1>
35
34
[% IF ( job_add_failed ) %]
36
[% IF ( job_add_failed ) %]
35
<div class="dialog message">Failed to add scheduled task</div>
37
<div class="dialog message">Failed to add scheduled task</div>
36
[% END %]
38
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-2 / +3 lines)
Lines 41-49 Link Here
41
<div class="main container-fluid">
41
<div class="main container-fluid">
42
    <div class="row">
42
    <div class="row">
43
            <main>
43
            <main>
44
            <h1>Compare matched records</h1>
44
45
45
        <div id="col1" class="col-sm-6">
46
        <div id="col1" class="col-sm-6">
46
            <h1>Original</h1>
47
            <h2>Original</h2>
47
            [% IF ( ERROR_FORMATTED1 ) %]
48
            [% IF ( ERROR_FORMATTED1 ) %]
48
                <div class="dialog alert">
49
                <div class="dialog alert">
49
                    <p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
50
                    <p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
Lines 54-60 Link Here
54
            [% END %]
55
            [% END %]
55
        </div>
56
        </div>
56
        <div id="col2" class="col-sm-6">
57
        <div id="col2" class="col-sm-6">
57
            <h1>Imported</h1>
58
            <h2>Imported</h2>
58
            [% IF ( ERROR_FORMATTED2 ) %]
59
            [% IF ( ERROR_FORMATTED2 ) %]
59
                <div class="dialog alert">
60
                <div class="dialog alert">
60
                    <p>The import id number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
61
                    <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 95-101 Link Here
95
95
96
                    [% INCLUDE 'stockrotation-toolbar.inc' %]
96
                    [% INCLUDE 'stockrotation-toolbar.inc' %]
97
97
98
                    <h2>Stock rotation</h2>
98
                    <h1>Stock rotation</h1>
99
99
100
                    [% IF existing_rotas.size > 0 %]
100
                    [% IF existing_rotas.size > 0 %]
101
                        <table id="stock_rotation" class="rotas_table" role="grid">
101
                        <table id="stock_rotation" class="rotas_table" role="grid">
Lines 152-160 Link Here
152
                [% ELSIF (op == 'create_edit_rota') %]
152
                [% ELSIF (op == 'create_edit_rota') %]
153
153
154
                    [% IF rota.rota_id %]
154
                    [% IF rota.rota_id %]
155
                        <h2>Edit "[% rota.title | html %]"</h2>
155
                        <h1>Edit "[% rota.title | html %]"</h1>
156
                    [% ELSE %]
156
                    [% ELSE %]
157
                        <h2>Create new rota</h2>
157
                        <h1>Create new rota</h1>
158
                    [% END %]
158
                    [% END %]
159
159
160
                    [% IF error == 'invalid_form' %]
160
                    [% IF error == 'invalid_form' %]
Lines 209-215 Link Here
209
                    </div>
209
                    </div>
210
                    [% END %]
210
                    [% END %]
211
211
212
                    <h2>Manage <em>[% rota.title | html %]</em> stages</h2>
212
                    <h1>Manage <em>[% rota.title | html %]</em> stages</h1>
213
                    <div id="ajax_status"
213
                    <div id="ajax_status"
214
                        data-saving-msg="Saving changes..."
214
                        data-saving-msg="Saving changes..."
215
                        data-success-msg=""
215
                        data-success-msg=""
Lines 312-320 Link Here
312
                [% ELSIF (op == 'create_edit_stage') %]
312
                [% ELSIF (op == 'create_edit_stage') %]
313
313
314
                    [% IF stage.id %]
314
                    [% IF stage.id %]
315
                        <h2>Edit "[% Branches.GetName(stage.branchcode_id) | html %]"</h2>
315
                        <h1>Edit "[% Branches.GetName(stage.branchcode_id) | html %]"</h1>
316
                    [% ELSE %]
316
                    [% ELSE %]
317
                        <h2>Create new stage</h2>
317
                        <h1>Create new stage</h1>
318
                    [% END %]
318
                    [% END %]
319
319
320
                    [% IF error == 'invalid_form' %]
320
                    [% IF error == 'invalid_form' %]
Lines 357-363 Link Here
357
                [% ELSIF (op == 'confirm_remove_from_rota') %]
357
                [% ELSIF (op == 'confirm_remove_from_rota') %]
358
358
359
                    <div class="dialog alert">
359
                    <div class="dialog alert">
360
                        <h3>Are you sure you wish to remove this item from it's rota</h3>
360
                        <h1>Are you sure you wish to remove this item from it's rota</h1>
361
                        <p>
361
                        <p>
362
                            <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>
362
                            <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>
363
                            <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>
363
                            <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 366-372 Link Here
366
                [% ELSIF (op == 'confirm_delete_stage') %]
366
                [% ELSIF (op == 'confirm_delete_stage') %]
367
367
368
                    <div class="dialog alert">
368
                    <div class="dialog alert">
369
                        <h3>Are you sure you want to delete this stage?</h3>
369
                        <h1>Are you sure you want to delete this stage?</h1>
370
                        [% IF stage.stockrotationitems.count > 0 %]
370
                        [% IF stage.stockrotationitems.count > 0 %]
371
                            <p>This stage contains the following item(s):</p>
371
                            <p>This stage contains the following item(s):</p>
372
                            <ul>
372
                            <ul>
Lines 394-400 Link Here
394
                        </div>
394
                        </div>
395
                    [% END %]
395
                    [% END %]
396
396
397
                    <h2>Manage items assigned to <em>[% rota.title | html %]</em></h2>
397
                    <h1>Manage items assigned to <em>[% rota.title | html %]</em></h1>
398
398
399
                    <!-- Add items modal -->
399
                    <!-- Add items modal -->
400
                    <div class="modal" id="addItemsModal" tabindex="-1" role="dialog" aria-labelledby="addItemsLabel">
400
                    <div class="modal" id="addItemsModal" tabindex="-1" role="dialog" aria-labelledby="addItemsLabel">
Lines 521-527 Link Here
521
                [% ELSIF op == 'add_items_to_rota' %]
521
                [% ELSIF op == 'add_items_to_rota' %]
522
522
523
                    <div class="dialog message">
523
                    <div class="dialog message">
524
                        <h3>Add items to rota report</h3>
524
                        <h1>Add items to rota report</h1>
525
                    </div>
525
                    </div>
526
526
527
                    <div>
527
                    <div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (+1 lines)
Lines 22-27 Link Here
22
</nav>
22
</nav>
23
23
24
<div class="container-fluid">
24
<div class="container-fluid">
25
    <h1>Tools</h1>
25
    <div class="row">
26
    <div class="row">
26
        <div class="col-sm-4">
27
        <div class="col-sm-4">
27
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons
28
[% 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 173-181 Link Here
173
[% END %]
173
[% END %]
174
174
175
[% IF op == 'view' %]
175
[% IF op == 'view' %]
176
    <h1>Contents of <em>[% shelf.shelfname | html %]</em></h1>
176
    [% IF itemsloop %]
177
    [% IF itemsloop %]
177
178
    <h3>Contents of <em>[% shelf.shelfname | html %]</em></h3>
179
    <div class="pages">[% pagination_bar | $raw %]</div>
178
    <div class="pages">[% pagination_bar | $raw %]</div>
180
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
179
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
181
        <input type="hidden" name="op" value="remove_biblios" />
180
        <input type="hidden" name="op" value="remove_biblios" />
Lines 309-318 Link Here
309
        <fieldset class="rows">
308
        <fieldset class="rows">
310
309
311
        [% IF op == 'add_form' %]
310
        [% IF op == 'add_form' %]
312
            <legend>Create a new list</legend>
311
        <legend><h1>Create a new list</h1></legend>
313
            <input type="hidden" name="op" value="add" />
312
            <input type="hidden" name="op" value="add" />
314
        [% ELSE %]
313
        [% ELSE %]
315
            <legend>Edit list <em>[% shelf.shelfname | html %]</em></legend>
314
        <legend><h1>Edit list <em>[% shelf.shelfname | html %]</em></h1></legend>
316
            <input type="hidden" name="op" value="edit" />
315
            <input type="hidden" name="op" value="edit" />
317
        [% END %]
316
        [% END %]
318
        <input type="hidden" name="referer" value="[% referer | html %]" />
317
        <input type="hidden" name="referer" value="[% referer | html %]" />
Lines 378-384 Link Here
378
[% END %]
377
[% END %]
379
378
380
[% IF op == 'list' %]
379
[% IF op == 'list' %]
381
    <h2>Lists</h2>
380
    <h1>Lists</h1>
382
    <div id="tabs" class="toptabs">
381
    <div id="tabs" class="toptabs">
383
        <ul>
382
        <ul>
384
            <li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
383
            <li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
385
- 

Return to bug 27631