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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+17 lines)
Lines 327-332 fieldset.lastchecked { Link Here
327
    border-bottom-right-radius: 0;
327
    border-bottom-right-radius: 0;
328
}
328
}
329
329
330
fieldset.subtype,
331
fieldset.sortby {
332
    width: 50%;
333
    float: left;
334
}
335
336
fieldset.avail,
337
fieldset.basiclimits {
338
    width: 30%;
339
    float: right;
340
}
341
342
select.subtype {
343
    margin: 1px;
344
    display: block;
345
}
346
330
legend {
347
legend {
331
	font-size : 123.1%;
348
	font-size : 123.1%;
332
	font-weight : bold;
349
	font-weight : bold;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-8 / +7 lines)
Lines 112-123 Link Here
112
      [% END %]
112
      [% END %]
113
      </ul>
113
      </ul>
114
    [% FOREACH advsearchloo IN advancedsearchesloop %]
114
    [% FOREACH advsearchloo IN advancedsearchesloop %]
115
    <div id="advsearch-[% advsearchloo.advanced_search_type %]" class="advsearch">
115
    <div id="advsearch-[% advsearchloo.advanced_search_type %]" class="advsearch" [% IF ( expanded_options ) %]style="width:55%;float:left;"[% END %]>
116
    <h4>Limit to any of the following:</h4>
116
    <h4>Limit to any of the following:</h4>
117
    <table>
117
    <table>
118
        <tr>
118
        <tr>
119
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
119
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
120
        <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" name="limit" value="mc-[% itemtypeloo.ccl %]:[% itemtypeloo.code %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" />[% END %]&nbsp;[% END %]
120
        <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" name="limit" value="mc-[% itemtypeloo.ccl %]:[% itemtypeloo.code %]"/><br><label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" />[% END %]&nbsp;[% END %]
121
        [% itemtypeloo.description %]</label></td>
121
        [% itemtypeloo.description %]</label></td>
122
        [% IF ( loop.last ) %]</tr>[% ELSE %][% UNLESS ( loop.count % 5 ) %]</tr><tr>[% END %][% END %]
122
        [% IF ( loop.last ) %]</tr>[% ELSE %][% UNLESS ( loop.count % 5 ) %]</tr><tr>[% END %][% END %]
123
    [% END %]
123
    [% END %]
Lines 127-138 Link Here
127
<!-- /MC-TYPE LIMIT -->
127
<!-- /MC-TYPE LIMIT -->
128
[% IF ( expanded_options ) %]
128
[% IF ( expanded_options ) %]
129
<!-- BASIC LIMITS -->
129
<!-- BASIC LIMITS -->
130
 <fieldset id="basiclimits">
130
 <fieldset id="basiclimits" class="basiclimits">
131
	<legend>Limits</legend>
131
	<legend>Limits</legend>
132
<fieldset id="pubrange">
132
<fieldset id="pubrange">
133
<!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options -->
133
<!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options -->
134
	<p><label for="limit-yr">Year: </label>
134
	<p><label for="limit-yr">Year: </label>
135
		<input type="text" size="15" name="limit-yr" id="limit-yr" value=""/>&nbsp;&nbsp;(format: yyyy-yyyy)</p>
135
		<input type="text" size="15" name="limit-yr" id="limit-yr" value=""/><br>(format: yyyy-yyyy)</p>
136
<!-- /PUB / COPY YEAR LIMIT -->
136
<!-- /PUB / COPY YEAR LIMIT -->
137
</fieldset>
137
</fieldset>
138
<fieldset id="language">
138
<fieldset id="language">
Lines 160-166 Link Here
160
[% INCLUDE 'subtypes_unimarc.inc' %]
160
[% INCLUDE 'subtypes_unimarc.inc' %]
161
[% ELSE %]
161
[% ELSE %]
162
<!-- SUBTYPE LIMITS -->
162
<!-- SUBTYPE LIMITS -->
163
        <fieldset id="subtype">
163
        <fieldset id="subtype" class="subtype">
164
        <legend>Subtype limits</legend><p>
164
        <legend>Subtype limits</legend><p>
165
        
165
        
166
        <select name="limit" class="subtype">
166
        <select name="limit" class="subtype">
Lines 230-236 Link Here
230
[% END %]
230
[% END %]
231
231
232
<!-- AVAILABILITY LIMITS -->
232
<!-- AVAILABILITY LIMITS -->
233
    <fieldset id="availability"><legend>Location and availability</legend>
233
<fieldset id="availability" class="avail"><legend>Location and availability</legend>
234
<fieldset id="currently-avail">
234
<fieldset id="currently-avail">
235
        <p><label for="available-items">Only items currently available:</label> <input type="checkbox" id="available-items" name="limit" value="available" /></p>
235
        <p><label for="available-items">Only items currently available:</label> <input type="checkbox" id="available-items" name="limit" value="available" /></p>
236
</fieldset>
236
</fieldset>
Lines 261-267 Link Here
261
<!-- /AVAILABILITY LIMITS -->
261
<!-- /AVAILABILITY LIMITS -->
262
262
263
<!-- RANK LIMITS -->
263
<!-- RANK LIMITS -->
264
<fieldset id="sortby"><legend>Sorting</legend>
264
<fieldset id="sortby" class="sortby"><legend>Sorting</legend>
265
    <p>
265
    <p>
266
    <label for="sort_by">Sort by: </label><select id="sort_by" name="sort_by">
266
    <label for="sort_by">Sort by: </label><select id="sort_by" name="sort_by">
267
  [% INCLUDE 'resort_form.inc' %]
267
  [% INCLUDE 'resort_form.inc' %]
268
- 

Return to bug 16364