more ui work on xforms ui and fixing the extraction of css into it's own file.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4649 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-12-18 23:06:40 +00:00
parent 50edc8427a
commit 354abf4147
3 changed files with 85 additions and 121 deletions

View File

@@ -89,8 +89,7 @@ public class XFormsProcessor
Element e = result.createElement("link");
e.setAttribute("rel", "stylesheet");
e.setAttribute("type", "text/css");
e.setAttribute("src", cp + "/css/xforms.css");
e.appendChild(result.createTextNode("\n"));
e.setAttribute("href", cp + "/css/xforms.css");
div.appendChild(e);
// a script with config information and globals.