You are probably going to run into similar problems on any button that does an action. As in this case, the button does an enable or a disable. Because the button performs an action, the PHP code is specifically looking for the words "enable" and "disable" for it to do anything. Changing it will break the action.