Lines 328-334
function placeHold () {
Link Here
|
328 |
[% CASE 'error_on_delete' %] |
328 |
[% CASE 'error_on_delete' %] |
329 |
<span>An error occurred when deleting this list.</span> |
329 |
<span>An error occurred when deleting this list.</span> |
330 |
[% CASE 'error_on_add_biblio' %] |
330 |
[% CASE 'error_on_add_biblio' %] |
331 |
<span>The item has not been added to the list. Please check it's not already in the list.</span> |
331 |
<span>The item has not been added to the list. Please verify it is not already in the list.</span> |
332 |
[% CASE 'success_on_update' %] |
332 |
[% CASE 'success_on_update' %] |
333 |
<span>List updated.</span> |
333 |
<span>List updated.</span> |
334 |
[% CASE 'success_on_insert' %] |
334 |
[% CASE 'success_on_insert' %] |
335 |
- |
|
|