Advertisement
DrupalCustom

test

Jul 6th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>This is my Example action!</title>
  4. </head>
  5. <body>
  6. #applyDecorator("root")
  7.         #decoratorParam("helper" $action.helper)
  8.         #decoratorParam("context" "space-administration")
  9.         #decoratorParam("mode"  "view-space-administration")
  10.  
  11.         #applyDecorator ("root")
  12.             #decoratorParam ("context" "spaceadminpanel")
  13.             #decoratorParam ("selection" "add-fpc-label-action-web-ui")
  14.             #decoratorParam ("title" $action.getText("action.name"))
  15.             #decoratorParam ("selectedTab" "admin")
  16.             #decoratorParam("helper" $action.helper)
  17.     <strong>Hello, Confluence World!</strong>
  18.     #end
  19. #end
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement