diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-05-10 10:51:37 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-05-10 10:51:37 (GMT) |
commit | 48d22dbcf4a8608b0e5242b25f0b4f771656b683 (patch) | |
tree | 35667678172e932a9e8795d96037180f14905af8 /tools/qdoc3/test | |
parent | 346215c3d9f0be621a833e7c735501504c7aa0b0 (diff) | |
download | Qt-48d22dbcf4a8608b0e5242b25f0b4f771656b683.zip Qt-48d22dbcf4a8608b0e5242b25f0b4f771656b683.tar.gz Qt-48d22dbcf4a8608b0e5242b25f0b4f771656b683.tar.bz2 |
Doc: Updates to the html template and javascript
Reviewed-by: Morten Engvoldsen
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index b94bb81..534f19f 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -127,8 +127,9 @@ HTML.footer = " <!-- /div -->\n" \ " <div id=\"feedcloseX\">\n" \ " <a href=\"#\" onclick=\"\$(\'#feedbackBox\').hide();\$(\'#blurpage\').hide()\">X</a>\n" \ " </div>\n" \ - " <form action=\"#\">\n" \ - " <p><textarea id=\"feedbox\" rows=\"5\" cols=\"40\">Please submit you feedback...</textarea></p>\n" \ + " <form id=\"feedform\" action=\"feedback.php\" method=\"get\">\n" \ + " <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\">Please submit you feedback...</textarea></p>\n" \ + " <input id=\"page\" name=\"pageVal\" value=\"\$(\'title\').html();\" style=\"display:none;\">\n" \ " <p><input id=\"feedsubmit\" type=\"submit\" onclick=\"\$(\'#feedbackBox\').hide();\$(\'#blurpage\').hide()\"\n" \ " name=\"feedback\" /></p>\n" \ " </form>\n" \ |