Author: spadkins
Date: Wed Dec 20 07:49:14 2006
New Revision: 8413
Modified:
p5ee/trunk/App-Widget/lib/App/Widget.pm
Log:
name the main form 'mainform' so we can refer to it by name in Javascript
Modified: p5ee/trunk/App-Widget/lib/App/Widget.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget.pm (original)
+++ p5ee/trunk/App-Widget/lib/App/Widget.pm Wed Dec 20 07:49:14 2006
@@ -236,7 +236,7 @@
<title>${title}</title>
$context_head</head>
<body${bodyoptions}>
-$messages<form method="POST">
+$messages<form method="POST" id="mainform">
$session_html
$event_placeholder
$context_body