Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {{#if userAdmin}}
  2. <li><a href="{{adminUrl}}">{{i18n "Administration"}}</a></li>
  3. {{/if}}
  4.  
  5. {{#if userAdmin}} //Here the context is not available within the buttons.hbs
  6. <input type='submit' class='actionbuttons' id='newMessageButton' name='{{properties.replyURL}}' value='{{i18n "+ New Message"}}' />
  7. {{/if}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement