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

SAKIII-5960 BB: When Editing Document "Add New Content" Link in Insert Image Widget Fails #2300

Merged
merged 1 commit into from
Jul 12, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devwidgets/embedcontent/embedcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>
<div id="embedcontent_choose">
<div class="embedcontent_left_label fl-force-left fl-container">
<p>__MSG__TYPE_NAME_OF_EXISTING_ITEM__</p>
<p><a href="#" class="s3d-action" id="embedcontent_search_for_content">__MSG__SEARCH_FOR_CONTENT__</a> __MSG__OR__ <a href="#" class="group_content s3d-action" id="upload_content">__MSG__ADD_NEW_CONTENT__</a></p>
<p><a href="#" class="s3d-action" id="embedcontent_search_for_content">__MSG__SEARCH_FOR_CONTENT__</a> __MSG__OR__ <a href="#" class="group_content s3d-action sakai_add_content_overlay">__MSG__ADD_NEW_CONTENT__</a></p>
</div>
<div class="embedcontent_right_input fl-force-left fl-container">
<input type="text" id="embedcontent_content_input"/>
Expand Down