1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Schema permanent link (thanks to Martin Hujer)

This commit is contained in:
Jakub Vrana
2011-02-28 17:00:42 +01:00
parent ee653a689e
commit 2ad1b6a062
2 changed files with 4 additions and 1 deletions

View File

@@ -87,6 +87,9 @@ $translations = array(
'Create database' => 'Vytvořit databázi',
'Database schema' => 'Schéma databáze',
// link to current database schema layout
'Permanent link' => 'Trvalý odkaz',
// thousands separator - must contain single byte
',' => ' ',
'Engine' => 'Úložiště',

View File

@@ -103,4 +103,4 @@ foreach ($schema as $name => $table) {
}
?>
</div>
<p><a href="<?php echo h($_SERVER["REQUEST_URI"]); ?>" id="schema-link">#</a>
<p><a href="<?php echo h($_SERVER["REQUEST_URI"]); ?>" id="schema-link"><?php echo lang('Permanent link'); ?></a>