mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-68753-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
6f56e743ed
47 changed files with 172 additions and 173 deletions
|
@ -144,7 +144,7 @@ Feature: Using the activity grade form element
|
|||
And I click on "Grade" "link" in the "Student 1" "table_row"
|
||||
And I set the field "Grade" to "C"
|
||||
And I press "Save changes"
|
||||
And I press "Ok"
|
||||
And I press "OK"
|
||||
And I follow "Edit settings"
|
||||
When I expand all fieldsets
|
||||
Then I should see "Some grades have already been awarded, so the grade type and scale cannot be changed"
|
||||
|
@ -203,7 +203,7 @@ Feature: Using the activity grade form element
|
|||
And I click on "Grade" "link" in the "Student 1" "table_row"
|
||||
And I set the field "Grade out of 100" to "50"
|
||||
And I press "Save changes"
|
||||
And I press "Ok"
|
||||
And I press "OK"
|
||||
And I follow "Edit settings"
|
||||
When I expand all fieldsets
|
||||
Then I should see "Some grades have already been awarded, so the grade type cannot be changed. If you wish to change the maximum grade, you must first choose whether or not to rescale existing grades."
|
||||
|
|
|
@ -40,6 +40,6 @@
|
|||
|
||||
{{< core/modal }}
|
||||
{{$footer}}
|
||||
<button type="button" class="btn btn-primary" data-action="cancel">{{#str}}okay, moodle{{/str}}</button>
|
||||
<button type="button" class="btn btn-primary" data-action="cancel">{{#str}}ok, moodle{{/str}}</button>
|
||||
{{/footer}}
|
||||
{{/ core/modal }}
|
||||
|
|
|
@ -127,17 +127,17 @@ Y.extend(ALERT, M.core.notification.info, {
|
|||
*
|
||||
* @attribute yesLabel
|
||||
* @type String
|
||||
* @default 'Ok'
|
||||
* @default 'OK'
|
||||
*/
|
||||
yesLabel: {
|
||||
validator: Y.Lang.isString,
|
||||
setter: function(txt) {
|
||||
if (!txt) {
|
||||
txt = 'Ok';
|
||||
txt = 'OK';
|
||||
}
|
||||
return txt;
|
||||
},
|
||||
value: 'Ok'
|
||||
value: 'OK'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -1 +1 @@
|
|||
YUI.add("moodle-core-notification-alert",function(o,t){var e,i;M.core=M.core||{},e="Moodle alert",i=function(t){t.closeButton=!1,i.superclass.constructor.apply(this,[t])},o.extend(i,M.core.notification.info,{_closeEvents:null,initializer:function(){var t,e,i;this._closeEvents=[],this.publish("complete"),t=o.Node.create('<input type="button" class="btn btn-primary" id="id_yuialertconfirm-'+this.get("COUNT")+'"value="'+this.get("yesLabel")+'" />'),e=o.Node.create('<div class="confirmation-dialogue"></div>').append(o.Node.create('<div class="confirmation-message">'+this.get("message")+"</div>")).append(o.Node.create('<div class="confirmation-buttons text-xs-right"></div>').append(t)),this.get("notificationBase").addClass("moodle-dialogue-confirm"),this.setStdModContent(o.WidgetStdMod.BODY,e,o.WidgetStdMod.REPLACE),this.setStdModContent(o.WidgetStdMod.HEADER,'<h1 id="moodle-dialogue-'+this.get("COUNT")+'-header-text">'+this.get("title")+"</h1>",o.WidgetStdMod.REPLACE),this._closeEvents.push(o.on("key",this.submit,window,"down:13",this),t.on("click",this.submit,this)),(i=this.get("boundingBox").one(".closebutton"))&&this._closeEvents.push(i.on("click",this.submit,this))},submit:function(){new o.EventHandle(this._closeEvents).detach(),this.fire("complete"),this.hide(),this.destroy()}},{NAME:e,CSS_PREFIX:"moodle-dialogue",ATTRS:{title:{validator:o.Lang.isString,value:"Alert"},message:{validator:o.Lang.isString,value:"Confirm"},yesLabel:{validator:o.Lang.isString,setter:function(t){return t=t||"Ok"},value:"Ok"}}}),M.core.alert=i},"@VERSION@",{requires:["moodle-core-notification-dialogue"]});
|
||||
YUI.add("moodle-core-notification-alert",function(o,t){var e,i;M.core=M.core||{},e="Moodle alert",i=function(t){t.closeButton=!1,i.superclass.constructor.apply(this,[t])},o.extend(i,M.core.notification.info,{_closeEvents:null,initializer:function(){var t,e,i;this._closeEvents=[],this.publish("complete"),t=o.Node.create('<input type="button" class="btn btn-primary" id="id_yuialertconfirm-'+this.get("COUNT")+'"value="'+this.get("yesLabel")+'" />'),e=o.Node.create('<div class="confirmation-dialogue"></div>').append(o.Node.create('<div class="confirmation-message">'+this.get("message")+"</div>")).append(o.Node.create('<div class="confirmation-buttons text-xs-right"></div>').append(t)),this.get("notificationBase").addClass("moodle-dialogue-confirm"),this.setStdModContent(o.WidgetStdMod.BODY,e,o.WidgetStdMod.REPLACE),this.setStdModContent(o.WidgetStdMod.HEADER,'<h1 id="moodle-dialogue-'+this.get("COUNT")+'-header-text">'+this.get("title")+"</h1>",o.WidgetStdMod.REPLACE),this._closeEvents.push(o.on("key",this.submit,window,"down:13",this),t.on("click",this.submit,this)),(i=this.get("boundingBox").one(".closebutton"))&&this._closeEvents.push(i.on("click",this.submit,this))},submit:function(){new o.EventHandle(this._closeEvents).detach(),this.fire("complete"),this.hide(),this.destroy()}},{NAME:e,CSS_PREFIX:"moodle-dialogue",ATTRS:{title:{validator:o.Lang.isString,value:"Alert"},message:{validator:o.Lang.isString,value:"Confirm"},yesLabel:{validator:o.Lang.isString,setter:function(t){return t=t||"OK"},value:"OK"}}}),M.core.alert=i},"@VERSION@",{requires:["moodle-core-notification-dialogue"]});
|
|
@ -127,17 +127,17 @@ Y.extend(ALERT, M.core.notification.info, {
|
|||
*
|
||||
* @attribute yesLabel
|
||||
* @type String
|
||||
* @default 'Ok'
|
||||
* @default 'OK'
|
||||
*/
|
||||
yesLabel: {
|
||||
validator: Y.Lang.isString,
|
||||
setter: function(txt) {
|
||||
if (!txt) {
|
||||
txt = 'Ok';
|
||||
txt = 'OK';
|
||||
}
|
||||
return txt;
|
||||
},
|
||||
value: 'Ok'
|
||||
value: 'OK'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
6
lib/yui/src/notification/js/alert.js
vendored
6
lib/yui/src/notification/js/alert.js
vendored
|
@ -97,17 +97,17 @@ Y.extend(ALERT, M.core.notification.info, {
|
|||
*
|
||||
* @attribute yesLabel
|
||||
* @type String
|
||||
* @default 'Ok'
|
||||
* @default 'OK'
|
||||
*/
|
||||
yesLabel: {
|
||||
validator: Y.Lang.isString,
|
||||
setter: function(txt) {
|
||||
if (!txt) {
|
||||
txt = 'Ok';
|
||||
txt = 'OK';
|
||||
}
|
||||
return txt;
|
||||
},
|
||||
value: 'Ok'
|
||||
value: 'OK'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue