diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/index.html b/sca-cpp/trunk/modules/edit/htdocs/index.html index 52ed6259c7..d9791a8b78 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/index.html @@ -34,12 +34,13 @@ <p>Try the <a href="dash">App Dashboard</a> to manage your collection of apps.</p> <h2>App Editor</h2> -<p>Try the <a href="edit/?app=store">App Editor</a> to edit an app.</p> +<p>Try the <a href="graph/?app=store">App Editor</a> to edit an app.</p> -<iframe id="menuFrame" src="menu.html"></iframe> +<h2>Page Editor</h2> +<p>Try the <a href="page/?app=store">Page Editor</a> to edit an app page.</p> <script type="text/javascript"> -ui.bindwidget('menuFrame', 'menu'); +ui.loadwidget('menu', '/menu.html'); </script> </body> </html> |