diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php index c7a479cba2640495a256267718ba43780794cb9e..2d978bbd3de0a00f758d7c85a3af567bebc37f82 100644 --- a/include/staff/tickets.inc.php +++ b/include/staff/tickets.inc.php @@ -446,7 +446,7 @@ $negorder=$order=='DESC'?'ASC':'DESC'; //Negate the sorting.. ?> <?php if($thisstaff->canManageTickets()) { ?> - <p class="centered" id="buttons"> + <p class="centered" id="actions"> <?php $status=$_REQUEST['status']?$_REQUEST['status']:$status; switch (strtolower($status)) { diff --git a/scp/js/scp.js b/scp/js/scp.js index a841d96cd8edc817c44d147200ca3019428c6181..4b4c2a6177feda49a4bc9d719e951ad00e4c5203 100644 --- a/scp/js/scp.js +++ b/scp/js/scp.js @@ -111,7 +111,7 @@ $(document).ready(function(){ return false; }); - $('#buttons input:submit.button').bind('click', function(e) { + $('#actions input:submit.button').bind('click', function(e) { var formObj = $(this).closest('form'); e.preventDefault();