Browse Source

Remove Delete Button from Works

José Loguercio 9 years ago
parent
commit
40e9de8aef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/work/work.lib.php

+ 1 - 0
main/work/work.lib.php

@@ -1591,6 +1591,7 @@ function getWorkListTeacher(
                     '#'
                 );
             }
+            
             // Remove Delete Work Button from action List
             // Because removeXSS "removes" the onClick JS Event to do the action (See model.ajax.php - Line 1639)
             // But still can use the another jqgrid button to remove works (trash icon)