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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/localizer.inc (-3 / +2 lines)
Lines 4-12 Link Here
4
    [%~ ELSIF ( matches = season.match('(.*)Summer(.*)') ) ~%]
4
    [%~ ELSIF ( matches = season.match('(.*)Summer(.*)') ) ~%]
5
        [%~ matches.0 | html ~%]<span>Summer<span>[%~ matches.1 | html ~%]
5
        [%~ matches.0 | html ~%]<span>Summer<span>[%~ matches.1 | html ~%]
6
    [%~ ELSIF ( matches = season.match('(.*)Fall(.*)') ) ~%]
6
    [%~ ELSIF ( matches = season.match('(.*)Fall(.*)') ) ~%]
7
        [%~ matches.0 | html ~%]<span>Fall[%~ matches.1 | html ~%]
7
        [%~ matches.0 | html ~%]<span>Fall</span>[%~ matches.1 | html ~%]
8
    [%~ ELSIF ( matches = season.match('(.*)Winter(.*)') ) ~%]
8
    [%~ ELSIF ( matches = season.match('(.*)Winter(.*)') ) ~%]
9
        [%~ matches.0 | html ~%]<span>Winter[%~ matches.1 | html ~%]
9
        [%~ matches.0 | html ~%]<span>Winter</span>[%~ matches.1 | html ~%]
10
    [%~ ELSIF ( matches = season.match('(.*)Spr(.*)') ) ~%]
10
    [%~ ELSIF ( matches = season.match('(.*)Spr(.*)') ) ~%]
11
        [%~ matches.0 | html ~%]<span>Spr</span>[%~ matches.1 | html ~%]
11
        [%~ matches.0 | html ~%]<span>Spr</span>[%~ matches.1 | html ~%]
12
    [%~ ELSIF ( matches = season.match('(.*)Sum(.*)') ) ~%]
12
    [%~ ELSIF ( matches = season.match('(.*)Sum(.*)') ) ~%]
13
- 

Return to bug 24172