From ad1be43bac248c6a0d8c6f4a6d8bb5d0f0c2b746 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 4 Aug 2007 19:36:41 +0000 Subject: [PATCH] Focus inserted row git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@292 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- editing.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editing.inc.php b/editing.inc.php index ae455c0b..964e185c 100644 --- a/editing.inc.php +++ b/editing.inc.php @@ -102,7 +102,7 @@ function edit_fields($fields, $collations, $type = "TABLE") { ?> -" />" maxlength="64" /> +" maxlength="64" />" /> checked="checked" /> @@ -145,6 +145,7 @@ function add_row(button) { } } row.parentNode.insertBefore(row2, row); + tags[0].focus(); added += '0'; return true; }