Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,我需要在 Alfresco 共享中自定义弹出窗口的移动,以便在目标部分中我只需要显示 Repository 和 My User Home 而不是 sites 。任何人都可以提供如何实现这一目标的解决方案吗?
我最近不得不这样做以隐藏存储库。覆盖弹出对话框的类路径 ( site-webscripts/org/alfresco/ ) modules/documentlibrary/global-folder.get.html显示模板。当然,为了将来发现这些事情,最好在弹出对话框之前启用 surfbug 或观察浏览器开发控制台(例如 firebug、dragonfly)中进行的 ajax 调用。两者之一或两者的组合将帮助您找到您正在寻找的东西。