Lines 13-22
Link Here
|
13 |
<body id="lists_addbybiblionumber" class="lists"> |
13 |
<body id="lists_addbybiblionumber" class="lists"> |
14 |
<div class="container-fluid"> |
14 |
<div class="container-fluid"> |
15 |
[% UNLESS (authorized) %] |
15 |
[% UNLESS (authorized) %] |
|
|
16 |
<h1>Error adding to list</h1> |
16 |
<div class="alert alert-warning"> |
17 |
<div class="alert alert-warning"> |
17 |
<h1>Error adding to list</h1> |
|
|
18 |
[% IF (errcode==1) %]<p>Could not create a new list. Please check the name.</p>[% END %] |
18 |
[% IF (errcode==1) %]<p>Could not create a new list. Please check the name.</p>[% END %] |
19 |
[% IF (errcode==2) %]<p>Sorry, you do not have permission to add items to this list.</p>[% END %] |
19 |
[% IF (errcode==2) %]<p>Sorry, you do not have permission to add items to this list.</p>[% END %] |
|
|
20 |
[% IF (errcode==3) %]<p>The titles selected were not found</p>[% END %] |
20 |
<button class="btn btn-default close_window focus">Close window</button> |
21 |
<button class="btn btn-default close_window focus">Close window</button> |
21 |
</div> |
22 |
</div> |
22 |
[% ELSE %] |
23 |
[% ELSE %] |