Allow users to save items to temp lists when logged in. Also make the
language in the drop-down more clear regarding temporary list saving.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
<div class="box_inside">
<p>[% l('Add to one of your lists?') %]</p>
<select name='bookbag'>
- <option selected='selected'>[% l('-- Select a List --') %]</option>
+ <option value='' selected='selected'>[% l('-- Temporary List --') %]</option>
[% FOR bbag IN ctx.bookbags %]
<option value="[% bbag.id %]">[% bbag.name | html %]</option>
[% END %]