LP#1778972 Missed Input tag
authorChris Burton <cburton@nflibrary.ca>
Wed, 9 Sep 2020 15:51:36 +0000 (11:51 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 10 Sep 2020 13:54:35 +0000 (09:54 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates-bootstrap/opac/parts/anon_list.tt2

index c2b6235..77e3a79 100755 (executable)
             <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>