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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc (-4 / +1 lines)
Lines 141-148 require( [ 'widget' ], function( Widget ) { Link Here
141
141
142
    Widget.Register( '006@', {
142
    Widget.Register( '006@', {
143
        makeTemplate: function() {
143
        makeTemplate: function() {
144
            var now = new Date();
144
            return "a                 ";
145
            return "a                ";
146
        },
145
        },
147
        init: function() {
146
        init: function() {
148
            var $result = $( '<span class="subfield-widget fixed-widget">' + _("Fixed data:") + '<span class="hint widget-loading">' + _("Loading...") + '</span></span>' );
147
            var $result = $( '<span class="subfield-widget fixed-widget">' + _("Fixed data:") + '<span class="hint widget-loading">' + _("Loading...") + '</span></span>' );
Lines 156-162 require( [ 'widget' ], function( Widget ) { Link Here
156
155
157
    Widget.Register( '007@', {
156
    Widget.Register( '007@', {
158
        makeTemplate: function() {
157
        makeTemplate: function() {
159
            var now = new Date();
160
            return "a       ";
158
            return "a       ";
161
        },
159
        },
162
        init: function() {
160
        init: function() {
163
- 

Return to bug 17288