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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+7 lines)
Lines 2611-2621 fieldset.rows table.mceListBox { Link Here
2611
}
2611
}
2612
2612
2613
/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2613
/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2614
2614
.floating {
2615
.floating {
2615
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2616
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2616
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2617
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2617
}
2618
}
2618
2619
2620
div#toolbar.floating,
2621
#searchheader.floating {
2622
    border-radius: 0;
2623
    margin-top: 0;
2624
}
2625
2619
.inline {
2626
.inline {
2620
    display : inline;
2627
    display : inline;
2621
}
2628
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% IF ( bidi ) %]
7
[% IF ( bidi ) %]
8
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
8
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
9
[% END %]
9
[% END %]
10
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
11
<script type="text/javascript">
11
<script type="text/javascript">
12
//<![CDATA[
12
//<![CDATA[
13
    [% UNLESS ( searchfield ) %]$(document).ready(function(){
13
    [% UNLESS ( searchfield ) %]$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
6
7
<script type="text/javascript">
7
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
7
[% INCLUDE 'browser-strings.inc' %]
7
[% INCLUDE 'browser-strings.inc' %]
8
<!--[if lt IE 9]>
8
<!--[if lt IE 9]>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% IF ( viewshelf ) %]
4
[% IF ( viewshelf ) %]
5
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
6
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
7
[% END %]
7
[% END %]
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[ 
9
//<![CDATA[ 
10
- 

Return to bug 12116