mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Schema permanent link (thanks to Martin Hujer)
This commit is contained in:
@@ -87,6 +87,9 @@ $translations = array(
|
|||||||
'Create database' => 'Vytvořit databázi',
|
'Create database' => 'Vytvořit databázi',
|
||||||
'Database schema' => 'Schéma databáze',
|
'Database schema' => 'Schéma databáze',
|
||||||
|
|
||||||
|
// link to current database schema layout
|
||||||
|
'Permanent link' => 'Trvalý odkaz',
|
||||||
|
|
||||||
// thousands separator - must contain single byte
|
// thousands separator - must contain single byte
|
||||||
',' => ' ',
|
',' => ' ',
|
||||||
'Engine' => 'Úložiště',
|
'Engine' => 'Úložiště',
|
||||||
|
@@ -103,4 +103,4 @@ foreach ($schema as $name => $table) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</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>
|
||||||
|
Reference in New Issue
Block a user