- Fixed bug Trac #60 (Modification of a Service Call does not work with IE). This was due to some forms being contained within another form (forbidden in HTML)

SVN:trunk[216]
This commit is contained in:
Denis Flaven
2009-12-29 16:41:16 +00:00
parent c9f8417f76
commit 699e6b4e6e
3 changed files with 23 additions and 6 deletions

View File

@@ -332,6 +332,7 @@ EOF
{
echo "<div class=\"raw_output\">$s_captured_output</div>\n";
}
echo $this->s_deferred_content;
echo "<div class=\"jqmWindow\" id=\"ex2\">Please wait...</div>\n"; // jqModal Window
echo "</div> <!-- RightPane -->\n";
echo "</div> <!-- Splitter -->\n";