From 5a81b6d04ea7e2f7c5e5799ada8a611ec9406317 Mon Sep 17 00:00:00 2001 From: sarven Date: Sat, 17 Jan 2009 20:57:48 +0000 Subject: Added @title to input submit (reusing $label value until we really need to make it custom) --- lib/htmloutputter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/htmloutputter.php') diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 71f17604b..f83998bc2 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -319,7 +319,8 @@ class HTMLOutputter extends XMLOutputter 'id' => $id, 'name' => ($name) ? $name : $id, 'class' => $cls, - 'value' => $label)); + 'value' => $label, + 'title' => $label)); } /** -- cgit v1.2.3-54-g00ecf