Author: jcompagner
Date: Tue Sep 30 08:35:11 2008
New Revision: 700502
URL: http://svn.apache.org/viewvc?rev=700502&view=rev
Log:
set the new form inside the modal window hard on transparent so that others
styles not suddenly give it a color
Modified:
wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
Modified:
wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js?rev=700502&r1=700501&r2=700502&view=diff
==============================================================================
---
wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
(original)
+++
wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
Tue Sep 30 08:35:11 2008
@@ -1091,7 +1091,7 @@
*/
Wicket.Window.getMarkup = function(idWindow, idClassElement, idCaption,
idContent, idTop, idTopLeft, idTopRight, idLeft, idRight, idBottomLeft,
idBottomRight, idBottom, idCaptionText, isFrame) {
var s =
- "<div class=\"wicket-modal\" id=\""+idWindow+"\"
style=\"top: 10px; left: 10px; width: 100px;\"><form
style='padding:0px;margin:0px;border-width:0px;position:static'>"+
+ "<div class=\"wicket-modal\" id=\""+idWindow+"\"
style=\"top: 10px; left: 10px; width: 100px;\"><form
style='background-color:transparent;padding:0px;margin:0px;border-width:0px;position:static'>"+
"<div id=\""+idClassElement+"\">"+
"<div class=\"w_top_1\">"+