Author: hqm
Date: 2007-11-09 10:06:34 -0800 (Fri, 09 Nov 2007)
New Revision: 7203
Modified:
openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt
openlaszlo/trunk/lps/includes/console.css
Log:
Change 20071109-hqm-8 by [EMAIL PROTECTED] on 2007-11-09 13:04:39 EST
in /cygdrive/c/users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add bug report button to DHTML dev console
New Features:
Bugs Fixed: LPP-5063
Technical Reviewer: max
QA Reviewer: ptw
Doc Reviewer:
Documentation:
Release Notes:
Details:
add button to call Debug.bugReport()
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt 2007-11-09
17:30:17 UTC (rev 7202)
+++ openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt 2007-11-09
18:06:34 UTC (rev 7203)
@@ -149,6 +149,7 @@
<input id="LaszloDebuggerInput" type="text" />
<input type="button" value="eval"
onclick="$modules.lz.Debug.doEval(document.getElementById('LaszloDebuggerInput').value);
return false"/>
<input type="button" value="clear"
onclick="$modules.lz.Debug.clear(); return false"/>
+ <input type="button" value="bug report"
onclick="$modules.lz.Debug.bugReport(); return false"/>
</div>
</form>
</div>
Modified: openlaszlo/trunk/lps/includes/console.css
===================================================================
--- openlaszlo/trunk/lps/includes/console.css 2007-11-09 17:30:17 UTC (rev
7202)
+++ openlaszlo/trunk/lps/includes/console.css 2007-11-09 18:06:34 UTC (rev
7203)
@@ -94,7 +94,7 @@
/* The input window */
#LaszloDebuggerInput
{
- width: 90%;
+ width: 83%;
font-family: monospace;
font-size: medium;
/* simulate 11/13pt */
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins