' . "\n"
. ' ' . "\n"
. ' ' . "\n";
}
if (!empty($edit_url)) {
echo '
' . "\n"
. PMA_linkOrButton($edit_url, $edit_str, '', FALSE)
. $bookmark_go
. ' ' . "\n";
}
if (!empty($del_url)) {
echo ' ' . "\n"
. PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : ''), FALSE)
. ' ' . "\n";
}
} elseif ($doWriteModifyAt == 'right') {
if (!empty($del_url)) {
echo ' ' . "\n"
. PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : ''), FALSE)
. ' ' . "\n";
}
if (!empty($edit_url)) {
echo ' ' . "\n"
. PMA_linkOrButton($edit_url, $edit_str, '', FALSE)
. $bookmark_go
. ' ' . "\n";
}
if (!empty($del_url) && $is_display['del_lnk'] != 'kp') {
echo ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n";
}
}
/*
* Where clause for selecting this row uniquely is provided as a hidden input.
* Used by jQuery scripts for handling inline editing
*/
if( !empty($where_clause)) {
echo ' ';
}
?>