-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Duplicate
-
Affects Version/s: 71.2
-
Fix Version/s: None
-
Component/s: Studio Designer
-
Tags:
Accessign to a project in View Designer the content of a web element has ben replaced by this text:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Page not found</title> <style type="text/css"> <!-- body { background: url("/nuxeo/img/error_pages/page_background.gif") repeat scroll 0 0 transparent; color: #999; font: normal 100%/1.5 "Lucida Grande", Arial, Verdana, sans-serif; margin: 0; text-align: center } .container { margin: 2em auto; text-align: center; width: 70% } h1 { color: #000; font-size: 150%; margin: 3.5em 0 .5em 0 } h2 { color: #b20000; font-size: 110%; margin: 1em } h1, h2 { font-weight: bold } p { max-width: 600px; margin: .4em auto } a.block { background: url("/nuxeo/img/error_pages/refresh.png") no-repeat scroll center 10px #fff; border: 1px solid #ddd; border-radius: 5px; color: #00729c; display: inline-block; font-weight: bold; margin: .4em; padding: 3em .5em .8em; text-align: center; text-decoration: none; vertical-align: top; width: 7em } a.block:hover { background-color: #e9f1f4; border-color: #e9f1f4; color: #000 } a.block.back { background-image: url("/nuxeo/img/error_pages/back.png") } a.block.stack { background-image: url("/nuxeo/img/error_pages/show.png") } a.block.dump { background-image: url("/nuxeo/img/error_pages/view.png") } .block img { display: block; margin: 0 auto } .links { margin: 2em 0 0 0 } .links span { display: inline-block; font-size: 85% } --> </style> <script language="javascript" type="text/javascript"> function toggleError(id) { var style = document.getElementById(id).style; if ("block" == style.display) { style.display = "none"; document.getElementById(id + "Off").style.display = "inline"; document.getElementById(id + "On").style.display = "none"; } else { style.display = "block"; document.getElementById(id + "Off").style.display = "none"; document.getElementById(id + "On").style.display = "inline"; } } </script> </head> <body> <div class="container"> <h1>Sorry, the page you requested cannot be found.</h1> <p>The page you requested has been moved or deleted. Click on the following links to go back to the application.</p> <div class="links"> <a class="block back" href="/nuxeo/"> <span>Back to home page</span> </a> <a class="block change" href="/nuxeo/logout"> <span>Log out</span> </a> </div> </div> </body> </html>
The file is located on this path:
RESOURCES > UI > elements > nuxeo-se-export-to-json.html
The files has not been modified recently
Last change was done on September 28
- duplicates
-
NXS-4139 bundle.html replaced by 'Page non trouvée' when trying to create an action
- Resolved