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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc (-1 / +1 lines)
Lines 77-83 Link Here
77
    [%- CASE -%]
77
    [%- CASE -%]
78
        <span>MISSING MAP FOR ROLE: [% role.key | html %]</span>
78
        <span>MISSING MAP FOR ROLE: [% role.key | html %]</span>
79
    [%- END -%]
79
    [%- END -%]
80
    [%- IF ex %] - [% ex | html %][% END -%]
80
    [%- IF ex %]- [% ex | html %][% END -%]
81
[%- END -%]
81
[%- END -%]
82
82
83
[%- BLOCK person -%]
83
[%- BLOCK person -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-4 / +3 lines)
Lines 14-22 Link Here
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
<style>
16
<style>
17
.version-ellipsis {
17
    .version-ellipsis {
18
    text-decoration: underline;
18
        text-decoration: underline;
19
}
19
    }
20
</style>
20
</style>
21
</head>
21
</head>
22
<body id="about_about" class="about">
22
<body id="about_about" class="about">
23
- 

Return to bug 40022