Plugins: Link screenshot

This commit is contained in:
Jakub Vrana
2025-04-07 19:09:53 +02:00
parent e33ead15e5
commit bf24198e68
12 changed files with 55 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
<?php
/** Display links to tables referencing current row, same as in Adminer Editor
* @link https://www.adminer.org/static/plugins/backward-keys.png
* @link https://www.adminer.org/plugins/#use
* @author Jakub Vrana, https://www.vrana.cz/
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
@@ -53,6 +52,10 @@ ORDER BY ORDINAL_POSITION", null, "") as $row
}
}
function screenshot() {
return "https://www.adminer.org/static/plugins/backward-keys.png";
}
protected static $translations = array(
'cs' => array('' => 'Zobrazí odkazy na tabulky odkazující aktuální řádek, stejně jako Adminer Editor'),
);