mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 13:51:33 +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);
|
sessionStorage.setItem('adminer_tables_filter_db', db);
|
||||||
});
|
});
|
||||||
</script>
|
</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
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
protected $translations = array(
|
protected $translations = array(
|
||||||
'cs' => array('' => 'Filtruje názvy v seznamu tabulek'),
|
'cs' => array(
|
||||||
'de' => array('' => 'Filtern Sie Namen in der Tabellenliste'),
|
'' => 'Filtruje názvy v seznamu tabulek',
|
||||||
'pl' => array('' => 'Filtruj nazwy na liście tabel'),
|
'Filter' => 'Filtr',
|
||||||
'ro' => array('' => 'Nume de filtre în lista de tabele'),
|
),
|
||||||
'ja' => array('' => 'テーブル一覧をテーブル名でフィルタリング'),
|
'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