Merge branch 'MDL-44763_preview_int' of https://github.com/andyjdavis/moodle
This commit is contained in:
@@ -48,7 +48,6 @@ function atto_image_strings_for_js() {
|
||||
'enteralt',
|
||||
'height',
|
||||
'presentation',
|
||||
'preview',
|
||||
'presentationoraltrequired',
|
||||
'width',
|
||||
);
|
||||
|
||||
Vendored
-1
@@ -139,7 +139,6 @@ var COMPONENTNAME = 'atto_image',
|
||||
'<br/>' +
|
||||
|
||||
// Add the image preview.
|
||||
'<label for="{{elementid}}_{{CSS.IMAGEPREVIEW}}">{{get_string "preview" component}}</label>' +
|
||||
'<div class="mdl-align">' +
|
||||
'<img src="#" class="{{CSS.IMAGEPREVIEW}}" id="{{elementid}}_{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'<br/>' +
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
-1
@@ -139,7 +139,6 @@ var COMPONENTNAME = 'atto_image',
|
||||
'<br/>' +
|
||||
|
||||
// Add the image preview.
|
||||
'<label for="{{elementid}}_{{CSS.IMAGEPREVIEW}}">{{get_string "preview" component}}</label>' +
|
||||
'<div class="mdl-align">' +
|
||||
'<img src="#" class="{{CSS.IMAGEPREVIEW}}" id="{{elementid}}_{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'<br/>' +
|
||||
|
||||
@@ -137,7 +137,6 @@ var COMPONENTNAME = 'atto_image',
|
||||
'<br/>' +
|
||||
|
||||
// Add the image preview.
|
||||
'<label for="{{elementid}}_{{CSS.IMAGEPREVIEW}}">{{get_string "preview" component}}</label>' +
|
||||
'<div class="mdl-align">' +
|
||||
'<img src="#" class="{{CSS.IMAGEPREVIEW}}" id="{{elementid}}_{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'<br/>' +
|
||||
|
||||
Reference in New Issue
Block a user