do not print selflink
This commit is contained in:
@@ -18,6 +18,7 @@ $Source$
|
|||||||
* css/print.css: fixed bug #1419696 'print css results in blank table output'
|
* css/print.css: fixed bug #1419696 'print css results in blank table output'
|
||||||
* tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
|
* tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
|
||||||
fixed/cleaned printer output
|
fixed/cleaned printer output
|
||||||
|
* libraries/footer.inc.php: do not print selflink
|
||||||
|
|
||||||
2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
|
2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/italian: update, thanks to Luca Rebellato
|
* lang/italian: update, thanks to Luca Rebellato
|
||||||
|
@@ -74,7 +74,7 @@ if (!isset($GLOBALS['checked_special'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($_SERVER['SCRIPT_NAME']) && empty($_POST) && !$GLOBALS['checked_special']) {
|
if (isset($_SERVER['SCRIPT_NAME']) && empty($_POST) && !$GLOBALS['checked_special']) {
|
||||||
echo '<div id="selflink">' . "\n";
|
echo '<div id="selflink" class="print_ignore">' . "\n";
|
||||||
echo '<a href="index.php?target=' . basename($_SERVER['SCRIPT_NAME']);
|
echo '<a href="index.php?target=' . basename($_SERVER['SCRIPT_NAME']);
|
||||||
$url = PMA_generate_common_url(isset($GLOBALS['db']) ? $GLOBALS['db'] : '', isset($GLOBALS['table']) ? $GLOBALS['table'] : '');
|
$url = PMA_generate_common_url(isset($GLOBALS['db']) ? $GLOBALS['db'] : '', isset($GLOBALS['table']) ? $GLOBALS['table'] : '');
|
||||||
if (!empty($url)) {
|
if (!empty($url)) {
|
||||||
|
Reference in New Issue
Block a user