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 1940-1953 i { Link Here
1940
1940
1941
#header_logo {
1941
#header_logo {
1942
    float:left;
1942
    float:left;
1943
1944
    .koha_version {
1945
        text-align: center;
1946
        font-weight: bold;
1947
    }
1948
}
1943
}
1949
1944
1950
1951
#closewindow {
1945
#closewindow {
1952
    margin-top: 2em;
1946
    margin-top: 2em;
1953
    text-align: center;
1947
    text-align: center;
Lines 2030-2035 li { Link Here
2030
    }
2024
    }
2031
}
2025
}
2032
2026
2027
.koha_version {
2028
    background-color: #FFF;
2029
    border: 1px solid #EEE;
2030
    border-radius: 3px;
2031
    color: #666;
2032
    display: inline-block;
2033
    font-size: 85%;
2034
    margin: 0 .5em;
2035
    padding: 1px 4px;
2036
    text-shadow: none;
2037
}
2038
2033
#searchresults {
2039
#searchresults {
2034
    ul {
2040
    ul {
2035
        li {
2041
        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 / +1 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>
8
- 

Return to bug 27497