From 2fb1ebc7f1a04b45b4118ba4c3b6183d8e884603 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 5 Dec 2012 13:11:36 -0800 Subject: [PATCH] HTML5 input fields --- adminer/create.inc.php | 2 +- adminer/db.inc.php | 2 +- adminer/event.inc.php | 2 +- adminer/include/adminer.inc.php | 8 ++++---- adminer/include/design.inc.php | 2 +- adminer/include/editing.inc.php | 2 +- adminer/include/functions.inc.php | 3 ++- adminer/indexes.inc.php | 2 +- adminer/static/default.css | 1 + changes.txt | 1 + editor/include/adminer.inc.php | 4 ++-- 11 files changed, 16 insertions(+), 13 deletions(-) diff --git a/adminer/create.inc.php b/adminer/create.inc.php index 619ce2ab..b698a8ec 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -198,7 +198,7 @@ if (support("partitioning")) {

"") + $partition_by, $row["partition_by"], "partitionByChange(this);"); ?> (">) -: "> +: "> > homepage()) { echo "

" . lang('No tables.') . "\n"; } else { echo "
\n"; - echo "

" . lang('Search data in tables') . ": \n"; + echo "

" . lang('Search data in tables') . ": \n"; if ($_POST["search"] && $_POST["query"] != "") { search_tables(); } diff --git a/adminer/event.inc.php b/adminer/event.inc.php index f7e87678..c1926a9b 100644 --- a/adminer/event.inc.php +++ b/adminer/event.inc.php @@ -38,7 +38,7 @@ if (!$row && $EVENT != "") {