diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-18 09:07:34 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-18 09:07:34 +0000 |
commit | 98a6c203285b86758f333b8dcff69f78e53e7f74 (patch) | |
tree | 84d966ffd9b7bf8967dbcfbb9d0940693c541151 /sca-cpp/trunk/modules/edit/htdocs/graph/graph.html | |
parent | cff1c7648d6041e15cf53741b742cb6d01427419 (diff) |
Fix XML serialization issues with XHTML docs and add ability to save widgets.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/graph/graph.html')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/graph/graph.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.html b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.html index fd9ae694a7..5eb8c6cc1e 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.html +++ b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.html @@ -31,7 +31,7 @@ <body> <table style="position: absolute; top: 0px; left: 0px;" width="100%"> -<tr><th style="width: 338px;">Palette</th><th>App</th></tr> +<tr><th style="width: 338px;">Palette</th><th style="padding-top: 0px; padding-bottom: 0px;"><span>App</span><span style="position: absolute; top: 2px; right: 8px;"><input type="button" id="saveButton" style="font-weight: bold;" Value="Save"/></span></th></tr> </table> <script type="text/javascript"> @@ -40,7 +40,7 @@ var palettes = sca.reference(editWidget, "palettes"); var apps = sca.reference(editWidget, "apps"); // Setup remote log -rconsole = sca.defun(sca.reference(editWidget, "log"), "log"); +//rconsole = sca.defun(sca.reference(editWidget, "log"), "log"); /** * Return the current app name. |