[algospot-judge] r218 committed - fixed link issue for deleteing problems

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 11, 2010, 3:36:01 AM7/11/10
to algospo...@googlegroups.com
Revision: 218
Author: jongman
Date: Sat Jul 10 22:18:29 2010
Log: fixed link issue for deleteing problems
http://code.google.com/p/algospot-judge/source/detail?r=218

Modified:
/trunk/vanillaapp/views/problems/my.php

=======================================
--- /trunk/vanillaapp/views/problems/my.php Sat Jul 10 22:16:31 2010
+++ /trunk/vanillaapp/views/problems/my.php Sat Jul 10 22:18:29 2010
@@ -74,7 +74,7 @@
if(obj.aData[0] == "DRAFT" ||
<?=($this->IsAdmin() ? 1 : 0)?>) {
ret += '<a href="<?=Url("/problems/edit/")?>'
+ id + '">Edit</a>';
ret += ' | ';
- ret += "<a href=\"#\"
onclick=\"confirmDeletion('<?=Url("/problems/delete/")?>" + id + "',
this);\">Delete</a>";
+ ret += "<a href=\"#\"
onclick=\"confirmDeletion('<?=Url("/problems/delete/")?>/" + id + "',
this);\">Delete</a>";
}

return ret;

Reply all
Reply to author
Forward
0 new messages