I noticed on the admin_notes.php page, when changing the status of a note using the red, green, and yellow circles, the "insert" button would no longer appear.

Very simple update.
in admin_notes.php, line 325:
Code:
Line 325:
if (!$HTTP_GET_VARS['action']) {

Replace with:
  if (($HTTP_GET_VARS['action'] != 'edit') && ($HTTP_GET_VARS['action'] != 'delete')) {
NOT A FULL PACKAGE


More...