Lines 250-256
Link Here
|
250 |
<li id="managedby"> |
250 |
<li id="managedby"> |
251 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
251 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
252 |
<span class="label">Managed by:</span> |
252 |
<span class="label">Managed by:</span> |
253 |
<div style="float:left"> |
253 |
<div style="display:inline-block"> |
254 |
<ul id="users_names" style="padding-left:0"> |
254 |
<ul id="users_names" style="padding-left:0"> |
255 |
[% FOREACH user IN users %] |
255 |
[% FOREACH user IN users %] |
256 |
<li id="user_[% user.borrowernumber | html %]"> |
256 |
<li id="user_[% user.borrowernumber | html %]"> |
257 |
- |
|
|