Commit f73c1a90ce1511d3b254cbc9085d8190e4c1637f
1 parent
a7f23d78
ie bugs resolved with dojo
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
calexium_lib/web/CXM_dojo.anubis
| @@ -35,7 +35,7 @@ public define HTML_Off_Form | @@ -35,7 +35,7 @@ public define HTML_Off_Form | ||
| 35 | execute=\""+execute+"\"> | 35 | execute=\""+execute+"\"> |
| 36 | <table> | 36 | <table> |
| 37 | <tr> | 37 | <tr> |
| 38 | - <td><label for=\"name\"></label></td> | 38 | + |
| 39 | <td><input dojoType=dijit.form.TextBox type=\"text\" name=\"name\" id=\"name_"+id+"\"></td> | 39 | <td><input dojoType=dijit.form.TextBox type=\"text\" name=\"name\" id=\"name_"+id+"\"></td> |
| 40 | </tr> | 40 | </tr> |
| 41 | 41 | ||
| @@ -61,11 +61,11 @@ public define HTML_Off_Form | @@ -61,11 +61,11 @@ public define HTML_Off_Form | ||
| 61 | literal("</br> | 61 | literal("</br> |
| 62 | 62 | ||
| 63 | <div> | 63 | <div> |
| 64 | - <div style=\"width:200px; height:25px; position:relative; class=\"message_box\" \"> | ||
| 65 | - <div id=\"node3\" style=\"position:absolute; top:0; left:0;\" class=\"box nopad hidden\">"+name1+"</div> | ||
| 66 | - <div id=\"node4\" style=\"position:absolute; top:0; left:0;\" class=\"box two nopad\">"+name2+"</div> | 64 | + <div class=\"message_box \"> |
| 65 | + <div id=\"node3\" class=\"box nopad hidden\">"+name1+"</div> | ||
| 66 | + <div id=\"node4\" class=\"box two nopad\">"+name2+"</div> | ||
| 67 | </div> | 67 | </div> |
| 68 | - <br style=\"clear:both\"> | 68 | + |
| 69 | </div></br>") | 69 | </div></br>") |
| 70 | . | 70 | . |
| 71 | 71 |