Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {if $edit_page neq 'y'}
  2. <style> .hidden-div{ display:none } </style>
  3. <button id="show-bar" onclick="getElementById('bottom-bar').style.display = 'block'"> Show Page Tools </button>
  4.  
  5. <style> .hidden-div{ display:block } </style>
  6. <button id="hide-bar" onclick="getElementById('bottom-bar').style.display = 'none'"> Hide Page Tools </button>
  7. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement