View | Details | Raw Unified | Return to bug 7757
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-3 / +6 lines)
Lines 46-52 ul.draglist { Link Here
46
ul.draglist li {
46
ul.draglist li {
47
    margin: 1px;
47
    margin: 1px;
48
    cursor: move;
48
    cursor: move;
49
    zoom: 1;
49
    zom: 1;
50
}
50
}
51
51
52
ul.draglist_alt { 
52
ul.draglist_alt { 
Lines 129-135 li.list2 { Link Here
129
                    <label for="basketbooksellerid">Vendor</label> &nbsp;
129
                    <label for="basketbooksellerid">Vendor</label> &nbsp;
130
                    <select name="basketbooksellerid" id="basketbooksellerid">
130
                    <select name="basketbooksellerid" id="basketbooksellerid">
131
			[% FOREACH b IN booksellers %]
131
			[% FOREACH b IN booksellers %]
132
				<option value="[% b.id %]" [% IF booksellerid == b.id %] selected="selected"[% END %]>[% b.name %]</option>
132
                            [% IF booksellerid == b.id %]
133
				<option value="[% b.id %]" selected="selected">[% b.name %]</option>
134
                            [% ELSE %]
135
				<option value="[% b.id %]">[% b.name %]</option>
136
                            [% END %]
133
			[% END %]
137
			[% END %]
134
		    </select>
138
		    </select>
135
                </li>
139
                </li>
136
- 

Return to bug 7757