Lines 13-24
Link Here
|
13 |
<div class="container-fluid"> |
13 |
<div class="container-fluid"> |
14 |
|
14 |
|
15 |
[% UNLESS (authorized) %] |
15 |
[% UNLESS (authorized) %] |
16 |
<h1>Error adding to list</h1> |
16 |
<div class="dialog alert"> |
17 |
<p align="center"> |
17 |
<h1>Error adding to list</h1> |
18 |
[% IF (errcode==1) %]Could not create a new list. Please check the name.<br/>[% END %] |
18 |
[% IF (errcode==1) %]<p>Could not create a new list. Please check the name.</p>[% END %] |
19 |
[% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.<br/>[% END %] |
19 |
[% IF (errcode==2) %]<p>Sorry, you do not have permission to add items to this list.</p>[% END %] |
20 |
<a href="javascript:self.close();">Close this window.</a> |
20 |
<button class="btn btn-default close_window focus">Close window</button> |
21 |
</p> |
21 |
</div> |
22 |
[% ELSE %] |
22 |
[% ELSE %] |
23 |
|
23 |
|
24 |
[% IF ( multiple ) %] |
24 |
[% IF ( multiple ) %] |
Lines 111-125
Link Here
|
111 |
|
111 |
|
112 |
[% END %] |
112 |
[% END %] |
113 |
|
113 |
|
114 |
|
114 |
<input type="hidden" name="sortfield" value="title" /> |
115 |
<!-- SAVE --> |
115 |
<nav class="navbar navbar-default navbar-fixed-bottom"> |
116 |
<fieldset class="action"> |
116 |
<div class="container-fluid"> |
117 |
<input type="hidden" name="sortfield" value="title" /> |
117 |
<fieldset class="action"> |
118 |
<input type="submit" class="btn btn-primary" value="Save" /> <a class="close cancel" href="#">Cancel</a> |
118 |
<input type="submit" class="btn btn-primary" value="Save" /> |
119 |
</fieldset> |
119 |
<button class="btn btn-default close_window">Cancel</button> |
120 |
</form> |
120 |
</fieldset> |
121 |
<!-- /SAVE --> |
121 |
</div> |
122 |
|
122 |
</nav> |
|
|
123 |
</form> |
123 |
[% END %] |
124 |
[% END %] |
124 |
|
125 |
|
125 |
[% SET popup_window = 1 %] |
126 |
[% SET popup_window = 1 %] |