Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator authored Jun 1, 2018
2 parents ba201ea + 2c3c68b commit 5bca309
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Bug fixes:
make sure that 'Original' is prefilled in the scale drop down
[frapell]

- Tinymce: Fix issue where Webpack less-loader was unable to load TinyMCE bundle styles
[datakurre]

- Fix for loading country specific language codes
[lyralemos]

Expand Down
2 changes: 1 addition & 1 deletion mockup/patterns/filemanager/js/findinfiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define([
'<form>' +
'<div class="input-group">' +
'<input type="text" class="search form-control" ' +
'id="file-search-field" placeholder="<%= _t("Find text witin theme resource in plone") %>">' +
'id="file-search-field" placeholder="<%= _t("Find text within theme resource in plone") %>">' +
'</div>' +
'<div class="input-group">' +
'<input type="submit" class="btn btn-primary" value="<%= _t("Search") %>"/>' +
Expand Down
4 changes: 2 additions & 2 deletions mockup/patterns/tinymce/less/pattern.tinymce.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import (inline) "@{bowerPath}tinymce-builded/js/tinymce/skins/lightgray/skin.min.css";
@import (inline) "@{bowerPath}tinymce-builded/js/tinymce/skins/lightgray/content.min.css";
@import (css) "@{bowerPath}tinymce-builded/js/tinymce/skins/lightgray/skin.min.css";
@import (css) "@{bowerPath}tinymce-builded/js/tinymce/skins/lightgray/content.min.css";
@import (inline) "@{bowerPath}tinymce-builded/js/tinymce/plugins/visualblocks/css/visualblocks.css";
@import "@{mockupPath}/modal/pattern.modal.less";
@import "@{mockupPath}/autotoc/pattern.autotoc.less";
Expand Down

1 comment on commit 5bca309

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alexandre Marinho your emails are not known to GitHub and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.

Learn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/

Please sign in to comment.