From f266070ee5cd14019584183db0b87f6a815640ad Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Sun, 28 Oct 2012 17:16:21 -0400
Subject: [PATCH] Use 'actions' instead of 'buttons'

---
 include/staff/tickets.inc.php | 2 +-
 scp/js/scp.js                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php
index c7a479cba..2d978bbd3 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 a841d96cd..4b4c2a617 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();
-- 
GitLab