forked from science-ation/science-ation
- 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:
parent
c6e90a0ffa
commit
2cfbcc2b41
@ -231,7 +231,7 @@ else if($newstatus=="complete")
|
|||||||
|
|
||||||
if($mentorinfo->id)
|
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&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&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 />";
|
echo "<br />";
|
||||||
|
Loading…
Reference in New Issue
Block a user