Changeset 513 for trunk/phpbms/include/tables.php
- Timestamp:
- 04/23/09 14:06:11 (3 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/tables.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/tables.php
r485 r513 282 282 if($variables["inactive"] && $variables["inactive"] != 1) 283 283 $this->verifyErrors[] = "The `inactive` field must be a boolean (equivalent to 0 or exactly 1)."; 284 284 285 285 if(count($this->verifyErrors)) 286 286 $thereturn = $this->verifyErrors; … … 472 472 //get record 473 473 $therecord = $this->getRecord($theid); 474 $therecord["phpbmsStatus"] = "<div style=\"float:right;margin-top:-3px;\"><button type=\"button\" class=\"smallButtons\" onclick=\"document.location='".str_replace("&","&",$_SERVER["REQUEST_URI"])."'\">add new</button></div>";474 $therecord["phpbmsStatus"] = "<div style=\"float:right;margin-top:-3px;\"><button type=\"button\" accesskey=\"n\" class=\"smallButtons\" onclick=\"document.location='".str_replace("&","&",$_SERVER["REQUEST_URI"])."'\">add new</button></div>"; 475 475 $therecord["phpbmsStatus"] .= "Record Created"; 476 476 }else{