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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-6 / +12 lines)
Lines 1921-1934 i { Link Here
1921
1921
1922
#header_logo {
1922
#header_logo {
1923
    float:left;
1923
    float:left;
1924
1925
    .koha_version {
1926
        text-align: center;
1927
        font-weight: bold;
1928
    }
1929
}
1924
}
1930
1925
1931
1932
#closewindow {
1926
#closewindow {
1933
    margin-top: 2em;
1927
    margin-top: 2em;
1934
    text-align: center;
1928
    text-align: center;
Lines 2011-2016 li { Link Here
2011
    }
2005
    }
2012
}
2006
}
2013
2007
2008
.koha_version {
2009
    background-color: #FFF;
2010
    border: 1px solid #EEE;
2011
    border-radius: 3px;
2012
    color: #666;
2013
    display: inline-block;
2014
    font-size: 85%;
2015
    margin: 0 .5em;
2016
    padding: 1px 4px;
2017
    text-shadow: none;
2018
}
2019
2014
#searchresults {
2020
#searchresults {
2015
    ul {
2021
    ul {
2016
        li {
2022
        li {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-1 / +3 lines)
Lines 64-70 Link Here
64
                    [% IF ( CAN_user_parameters ) %]
64
                    [% IF ( CAN_user_parameters ) %]
65
                        <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
65
                        <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
66
                    [% END %]
66
                    [% END %]
67
                    <li><a href="/cgi-bin/koha/about.pl">About Koha</a></li>
67
                    <li>
68
                        <a href="/cgi-bin/koha/about.pl">About Koha <span class="koha_version">[% Koha.Version.maintenance | html %]</span></a>
69
                    </li>
68
                </ul>
70
                </ul>
69
            </li>
71
            </li>
70
        </ul>
72
        </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/logo.inc (-3 / +2 lines)
Lines 3-7 Link Here
3
    <h1 id="logo">
3
    <h1 id="logo">
4
        <a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a>
4
        <a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a>
5
    </h1>
5
    </h1>
6
    <div class="koha_version">[% Koha.Version.maintenance | html %]</div>
6
</div>
7
</div>
7
8
- 

Return to bug 27497