<divclass='recommender_modify_title_container'><divclass='backToViewButton'>< Related resources</div><divclass='recommender_modify_title'></div></div>
<divclass="editSourceBlock"id="editSourceBlock">
<divclass="editSourceBlock"id="editSourceBlock">
</div>
</div>
<divclass="recommender_add"id="recommender_add">
<divclass="recommender_add"id="recommender_add">
<divclass="addSourceBlockTitle">Recommend a new helpful resource for this problem with a short description, hyperlink, and previewing screenshot to the new resource.</div>
<divclass="addSourceBlockTitle">Recommend a new helpful resource for this problem with a short description, hyperlink, and previewing screenshot to the new resource.</div>
@@ -295,8 +413,8 @@ function RecommenderXBlock(runtime, element) {
...
@@ -295,8 +413,8 @@ function RecommenderXBlock(runtime, element) {
}
}
functionaddTooltip(){
functionaddTooltip(){
$('.notMisuse').attr('title','Flag this resource as irrelevant');
$('.notProblematic').attr('title','Flag this resource as problematic and give the reason');
$('.misuse').attr('title','Flag this resource as helpful');
$('.problematic').attr('title','Edit the reason of this problematic resource');
$('.resource_add_button').attr('title','Recommend a new helpful resource for this problem with a short description, hyperlink, and previewing screenshot to the new resource');
$('.resource_add_button').attr('title','Recommend a new helpful resource for this problem with a short description, hyperlink, and previewing screenshot to the new resource');
$('.resource_edit_button').attr('title','Edit the description, hypelink, and previewing screenshot of this resource');
$('.resource_edit_button').attr('title','Edit the description, hypelink, and previewing screenshot of this resource');
$('.recommender_vote_arrow_up').attr('title','Upvote for a helpful resource');
$('.recommender_vote_arrow_up').attr('title','Upvote for a helpful resource');
...
@@ -308,11 +426,7 @@ function RecommenderXBlock(runtime, element) {
...
@@ -308,11 +426,7 @@ function RecommenderXBlock(runtime, element) {
$('.in_url').attr('title','Type in the hyperlink to the resource');
$('.in_url').attr('title','Type in the hyperlink to the resource');
$('.edit_title').attr('title','Type in the description of the resource');
$('.edit_title').attr('title','Type in the description of the resource');
$('.edit_url').attr('title','Type in the hyperlink to the resource');
$('.edit_url').attr('title','Type in the hyperlink to the resource');
$('.backToViewButton').attr('title','Back to list of related resources');