Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>$i18n.getText("copyspace.title")</title>
- </head>
- <body>
- #applyDecorator("root")
- #decoratorParam("helper" $i18n.helper)
- #decoratorParam("context" "space-administration")
- #decoratorParam("mode" "view-space-administration")
- #applyDecorator ("root")
- #decoratorParam ("context" "spaceadminpanel")
- #decoratorParam ("selection" "copyspace")
- #decoratorParam ("title" "Copy Space")
- #decoratorParam ("selectedTab" "admin")
- #decoratorParam("helper" $i18n.helper)
- <form class="aui edit-space-details" name="editspace" method="POST" action="docopyspace.action?key=$generalUtil.urlEncode($space.key)">
- // Hello World element
- </form>
- #end
- #end
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement