mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
AdminerTablesFilter: Add title
This commit is contained in:
@@ -64,15 +64,26 @@ sessionStorage && document.addEventListener('DOMContentLoaded', () => {
|
||||
sessionStorage.setItem('adminer_tables_filter_db', db);
|
||||
});
|
||||
</script>
|
||||
<p class="jsonly"><input id="filter-field" autocomplete="off" type="search"><?php echo Adminer\script("qs('#filter-field').oninput = tablesFilterInput;"); ?>
|
||||
<p class="jsonly"><?php echo $this->lang('Filter'); ?>: <input id="filter-field" autocomplete="off" type="search"><?php echo Adminer\script("qs('#filter-field').oninput = tablesFilterInput;"); ?>
|
||||
<?php
|
||||
}
|
||||
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Filtruje názvy v seznamu tabulek'),
|
||||
'de' => array('' => 'Filtern Sie Namen in der Tabellenliste'),
|
||||
'pl' => array('' => 'Filtruj nazwy na liście tabel'),
|
||||
'ro' => array('' => 'Nume de filtre în lista de tabele'),
|
||||
'ja' => array('' => 'テーブル一覧をテーブル名でフィルタリング'),
|
||||
'cs' => array(
|
||||
'' => 'Filtruje názvy v seznamu tabulek',
|
||||
'Filter' => 'Filtr',
|
||||
),
|
||||
'de' => array(
|
||||
'' => 'Filtern Sie Namen in der Tabellenliste',
|
||||
),
|
||||
'pl' => array(
|
||||
'' => 'Filtruj nazwy na liście tabel',
|
||||
),
|
||||
'ro' => array(
|
||||
'' => 'Nume de filtre în lista de tabele',
|
||||
),
|
||||
'ja' => array(
|
||||
'' => 'テーブル一覧をテーブル名でフィルタリング',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user