1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

Search data in tables label

This commit is contained in:
Jakub Vrana
2010-05-06 15:51:11 +02:00
parent 4ba2d85623
commit a1522837ff
3 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ page_header(lang('Server'), "", false);
?>
<form action=""><p>
<?php echo lang('Search data in tables'); ?>:
<?php hidden_fields_get(); ?>
<input name="where[0][val]" value="<?php echo h($_GET["where"][0]["val"]); ?>">
<input type="submit" value="<?php echo lang('Search'); ?>" />