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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc (-1 lines)
Lines 48-54 Link Here
48
        new YAHOO.widget.Button({
48
        new YAHOO.widget.Button({
49
            type: "menu",
49
            type: "menu",
50
            label: _("Save"),
50
            label: _("Save"),
51
            id: "savemenuc",
52
            name: "savemenubutton",
51
            name: "savemenubutton",
53
            menu: savemenu,
52
            menu: savemenu,
54
            container: "savemenuc"
53
            container: "savemenuc"
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MADS.xsl (-1 / +2 lines)
Lines 6-11 Link Here
6
    <xsl:include href="http://www.loc.gov/marcxml/xslt/MARC21slimUtils.xsl"/>
6
    <xsl:include href="http://www.loc.gov/marcxml/xslt/MARC21slimUtils.xsl"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
8
    <xsl:strip-space elements="*"/>
8
    <xsl:strip-space elements="*"/>
9
    <!-- Stylesheet copyright (c) 2011 Library of Congress
10
    -->
9
11
10
    <!--
12
    <!--
11
2.10    fixed type=other and type=otherType for mads:related                                tmee 09/16/2011
13
2.10    fixed type=other and type=otherType for mads:related                                tmee 09/16/2011
12
- 

Return to bug 8203