mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user