Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Style Standards for Buttons

Primary action 

  • Class primaryButton (recommended)

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<input type="button" class="primaryButton" value="Login"/>

  • Old Version

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<span class="buttonwrapper">
  <input type="submit" value="Login" class="button"/>
</span>

Secondary Action

  • Class secondaryButton (recommended)

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<input type="button" class="secondaryButton" value="Cancel"/>

  • Old Version

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<span class="xwikibuttonlink"><a href="">Cancel</a></span>

Common Actions 

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<input class="button" type="submit" value="Login"/>

Primary/Secondary Buttons Code

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Buttons Order

Primary - Secondary
Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Standards.Buttons]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

More information about Primary-Secondary actions