Lines 33-39
Link Here
|
33 |
<div class="col"> |
33 |
<div class="col"> |
34 |
[% IF error_message %] |
34 |
[% IF error_message %] |
35 |
<h1 class="title">[% biblio.title | html %]</h1> |
35 |
<h1 class="title">[% biblio.title | html %]</h1> |
36 |
<div class="alert alert-info"> |
36 |
<div class="alert alert-info" role="alert"> |
37 |
[% SWITCH error_message %] |
37 |
[% SWITCH error_message %] |
38 |
[% CASE 'article_request_limit_reached' %] |
38 |
[% CASE 'article_request_limit_reached' %] |
39 |
<span>You reached your open article requests limit.</span> |
39 |
<span>You reached your open article requests limit.</span> |
Lines 241-247
Link Here
|
241 |
[% END %] |
241 |
[% END %] |
242 |
[% ELSE %] |
242 |
[% ELSE %] |
243 |
<h1 class="title">[% biblio.title | html %]</h1> |
243 |
<h1 class="title">[% biblio.title | html %]</h1> |
244 |
<div class="alert alert-info"> No article requests can be made for this record. </div> |
244 |
<div class="alert alert-info" role="alert"> No article requests can be made for this record. </div> |
245 |
[% END %] |
245 |
[% END %] |
246 |
</div> |
246 |
</div> |
247 |
<!-- /.col --> |
247 |
<!-- /.col --> |
248 |
- |
|
|