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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +8 lines)
Lines 849-859 fieldset.rows .inputnote { Link Here
849
	background-position : center left;
849
	background-position : center left;
850
	background-repeat : no-repeat;
850
	background-repeat : no-repeat;
851
}
851
}
852
852
#z3950searcht table {
853
#z3950searcht table {
853
	/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
854
	/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
854
	padding: 20px;
855
	padding: 20px;
855
	border: none;
856
	border: none;
856
}
857
}
858
859
#z3950_search_targets {
860
    height:     338px;
861
    overflow-y: auto;
862
}
863
857
#printbiblio button, #printbiblio a, #printmenuc .first-child {
864
#printbiblio button, #printbiblio a, #printmenuc .first-child {
858
	padding-left : 34px;
865
	padding-left : 34px;
859
	background-image: url("../../img/toolbar-print.gif");
866
	background-image: url("../../img/toolbar-print.gif");
Lines 2740-2743 span.onsite_checkout { Link Here
2740
    background-color : rgba(255, 242, 206, 0.5);
2747
    background-color : rgba(255, 242, 206, 0.5);
2741
    border-radius: 4px;
2748
    border-radius: 4px;
2742
    border : 1px solid #FFF2CE;
2749
    border : 1px solid #FFF2CE;
2743
}
2750
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-6 / +6 lines)
Lines 121-130 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
121
        </ol>
121
        </ol>
122
    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
122
    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
123
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
123
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
124
</div>
124
    </div>
125
<div class="yui-g">
125
    <div class="yui-g">
126
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2>
126
      <h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2>
127
127
      <div id="z3950_search_targets">
128
    [% FOREACH serverloo IN serverloop %]
128
    [% FOREACH serverloo IN serverloop %]
129
        <p> 
129
        <p> 
130
            [% IF ( serverloo.checked ) %]
130
            [% IF ( serverloo.checked ) %]
Lines 136-142 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
136
136
137
        </p>
137
        </p>
138
    [% END %]
138
    [% END %]
139
        </div>
139
      </div>
140
    </div>
140
    <fieldset class="action"><input type="submit"  class="submit" value="Search" onclick="cursor :'wait'"/> <a class="cancel close" href="#">Cancel</a></fieldset>
141
    <fieldset class="action"><input type="submit"  class="submit" value="Search" onclick="cursor :'wait'"/> <a class="cancel close" href="#">Cancel</a></fieldset>
141
    </form>
142
    </form>
142
143
143
- 

Return to bug 13218