Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<div class="dropdown show m-1">
[% IF ctx.user AND ctx.bookbags.size %]
<a class="btn btn-action dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- <i class="fas fa-truck-moving"></i> [% l('Move selected items to list:') %]
- </a>
+ <i class="fas fa-truck-moving"></i> [% l('Move selected items to list:') %]
+ </a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
[% FOR bbag IN ctx.bookbags %]
- <button class="dropdown-item" href="#" type="submit"> [% bbag.name | html %]</button>
+ <button name="action" class="dropdown-item" href="#" type="submit" value="[% bbag.id %]"> [% bbag.name | html %]</button>
[% END %]
[% END %]
</div>