Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed HTML from messages #1215

Merged
merged 2 commits into from
Jul 27, 2015
Merged

Removed HTML from messages #1215

merged 2 commits into from
Jul 27, 2015

Conversation

tmimori
Copy link
Contributor

@tmimori tmimori commented Jul 23, 2015

@@ -84,15 +84,15 @@ frappe.search = {
onclick: function() {
var txt = '<table class="table table-bordered">\
<tr><td style="width: 50%">'+__("Make a new record")+'</td><td>'+
__("<b>new</b> <i>type of document</i>")+'</td></tr>\
__("new type of document")+'</td></tr>\
Copy link
Contributor

Choose a reason for hiding this comment

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

In such cases, we can use markdown, as we need the bold and emphasis
@rmehta what do you think?
We could use frappe.markdown(__("string", [arg1, arg2]))

@anandpdoshi
Copy link
Contributor

Everything else looks right. We will need to change the modified value of JSONs so that schema sync can take place

@anandpdoshi anandpdoshi merged commit 3a32e2c into frappe:develop Jul 27, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants