| Lines 36-42
          
      
      
        Link Here | 
        
          | 36 |                             <tbody> | 36 |                             <tbody> | 
        
          | 37 |                             [% FOREACH collectionsLoo IN collectionsLoop %] | 37 |                             [% FOREACH collectionsLoo IN collectionsLoop %] | 
        
          | 38 |                                 <tr> | 38 |                                 <tr> | 
          
            
              | 39 |                                     <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | html %]">[% collectionsLoo.colTitle | html %]</a></td> | 39 |                                     <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | uri %]">[% collectionsLoo.colTitle | html %]</a></td> | 
        
          | 40 |                                     <td>[% collectionsLoo.colDesc | html %]</td> | 40 |                                     <td>[% collectionsLoo.colDesc | html %]</td> | 
        
          | 41 |                                     <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td> | 41 |                                     <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td> | 
        
          | 42 |                                     <td> | 42 |                                     <td> | 
  
    | Lines 44-53
          
      
      
        Link Here | 
        
          | 44 |                                         <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#"> | 44 |                                         <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#"> | 
        
          | 45 |                                         Actions <b class="caret"></b></a> | 45 |                                         Actions <b class="caret"></b></a> | 
        
          | 46 |                                         <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]"> | 46 |                                         <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]"> | 
          
            
              | 47 |                                             <li><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | html %]"><i class="fa fa-plus"></i> Add or remove items</a></li> | 47 |                                             <li><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-plus"></i> Add or remove items</a></li> | 
            
              | 48 |                                             <li><a href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% collectionsLoo.colId | html %]"><i class="fa fa-exchange"></i> Transfer</a></li> | 48 |                                             <li><a href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-exchange"></i> Transfer</a></li> | 
            
              | 49 |                                             <li><a href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&colId=[% collectionsLoo.colId | html %]"><i class="fa fa-pencil"></i> Edit</a></li> | 49 |                                             <li><a href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-pencil"></i> Edit</a></li> | 
            
              | 50 |                                             <li><a class="confirmdelete" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&colId=[% collectionsLoo.colId | html %]"><i class="fa fa-trash"></i> Delete</a></li> | 50 |                                             <li><a class="confirmdelete" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-trash"></i> Delete</a></li> | 
        
          | 51 |                                         </ul> | 51 |                                         </ul> | 
        
          | 52 |                                     </div> | 52 |                                     </div> | 
        
          | 53 |                                     </td> | 53 |                                     </td> |