- Add an 'X' button to the "REmove this mentor from this project". To clean up

the oldest bug in the tracker. :)
This commit is contained in:
dave 2007-12-21 19:24:12 +00:00
parent c6e90a0ffa
commit 2cfbcc2b41

View File

@ -231,7 +231,7 @@ else if($newstatus=="complete")
if($mentorinfo->id)
{
echo "<div align=\"right\"><a onclick=\"return confirmClick('".i18n("Are you sure you want to remove this mentor?")."');\" class=\"caution\" href=\"register_participants_mentor.php?action=removementor&amp;removementor=$mentorinfo->id\">".i18n("Remove this Mentor from project")."</a></div>";
echo "<div align=\"right\"><a onclick=\"return confirmClick('".i18n("Are you sure you want to remove this mentor?")."');\" class=\"caution\" href=\"register_participants_mentor.php?action=removementor&amp;removementor=$mentorinfo->id\"><img src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\" border=0> ".i18n("Remove this Mentor from project")."</a></div>";
}
echo "<br />";