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