Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!-- initilize active state to false -->
  2. {% set activeState = false %}
  3. <ul class="nav nav-tabs">
  4. {% if checkAccess('tabAccess',{('property'):'Basisdaten'}) %}
  5. {% if activeState == true %}
  6. {% set active = "" %}
  7. {% else %}
  8. {% set active = "active" %}
  9. {% set activeState = true %}
  10. {% endif %}
  11. <li class="{{active}}"><a data-toggle="tab" href="#m1">{{translate("PCAT_1")}}</a></li>
  12. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement