diff --git a/sql.php b/sql.php index dd4e8a4ef..184838300 100644 --- a/sql.php +++ b/sql.php @@ -713,7 +713,7 @@ else { . '&goto=' . urlencode($lnk_goto); echo ' ' . "\n" - . ' ' . ($cfg['PropertiesIconic'] ? '' : '') . $strInsertNewRow . ''; + . ' ' . ($cfg['PropertiesIconic'] ? '' . $strInsertNewRow . '' : '') . $strInsertNewRow . ''; if ($disp_mode[9] == '1') { echo '  '; } @@ -734,14 +734,14 @@ else { . ' ' - . ($cfg['PropertiesIconic'] ? '' : '') + . ($cfg['PropertiesIconic'] ? '' . $strPrintView . '' : '') . $strPrintView . '' . "\n"; if (!$dontlimitchars) { echo '   ' . "\n" . ' ' - . ($cfg['PropertiesIconic'] ? '' : '') + . ($cfg['PropertiesIconic'] ? '' . $strPrintViewFull . '' : '') . $strPrintViewFull . '  ' . "\n"; } } // end displays "printable view" @@ -764,7 +764,7 @@ else { . '&unlim_num_rows=' . $unlim_num_rows . $single_table . '">' - . ($cfg['PropertiesIconic'] ? '' : '') + . ($cfg['PropertiesIconic'] ? '' . $strExport . '' : '') . $strExport . '' . "\n"; } @@ -791,12 +791,12 @@ else { echo ' ' . $strOr . '' . "\n"; }else echo '

'; ?> +
- -
' : '') + echo ($cfg['PropertiesIconic'] ? '' . $strBookmarkThis . '' : '') . $strBookmarkThis; ?>
: @@ -814,7 +814,7 @@ else {
+