Skip to content

Commit

Permalink
Merge branch 'MDL-44763_preview_int' of https://github.com/andyjdavis…
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Apr 1, 2014
2 parents d767af7 + 5491fd7 commit 814f40b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/editor/atto/plugins/image/lib.php
Expand Up @@ -48,7 +48,6 @@ function atto_image_strings_for_js() {
'enteralt',
'height',
'presentation',
'preview',
'presentationoraltrequired',
'width',
);
Expand Down
Expand Up @@ -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/>' +
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -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/>' +
Expand Down
1 change: 0 additions & 1 deletion lib/editor/atto/plugins/image/yui/src/button/js/button.js
Expand Up @@ -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/>' +
Expand Down

0 comments on commit 814f40b

Please sign in to comment.