<divclass='recommender_modify_title_container'><divclass='backToViewButton'>< Related resources</div><divclass='recommender_modify_title'></div></div>
<divclass="editSourceBlock"id="editSourceBlock">
<divclass="flagSourceBlock">
<divclass="flagSourceBlockTitle">Give or edit the reasons why you flagged this resource, or unflag it.</div>
<inputtype="button"value="Save the reason"class="flag_reason_submit"style="margin-top: 0.5em">
<inputtype="button"value="Unflag the resource"class="unflag_button"style="margin-top: 0.5em">
</div>
<divclass="editSourceBlock">
</div>
<divclass="recommender_add"id="recommender_add">
<divclass="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>
$('.notProblematic').attr('title','Flag this resource as problematic and give the reason');
$('.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_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');
...
...
@@ -426,15 +473,20 @@ function RecommenderXBlock(runtime, element) {
$('.edit_title').attr('title','Type in the description of the resource');
$('.edit_url').attr('title','Type in the hyperlink to the resource');
$('.backToViewButton').attr('title','Back to list of related resources');
if($('.flagResource').hasClass('problematic')){$('.flagResource').attr('title','Unflag this problematic resource or edit the reason for it');}
else{$('.flagResource').attr('title','Flag this resource as problematic and give the reason');}
if($('.recommender_row_top').hasClass('resource_list_expanded')){$('.recommender_row_top').attr('title','Select to hide the list');}
else{$('.recommender_row_top').attr('title','Select for expanding resource list');}