Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <div class="message toolbar">
  2. <h2><?php echo $this->translate($this->title); ?></h2>
  3. <div class="toolbar-button">
  4. <ul>
  5. <li>
  6. <a href="#" onclick="exportList();">
  7. <span class='download'></span>
  8. <?php echo $this->translate('Download')?>
  9. </a>
  10. </li>
  11. <li>
  12. <a href="<?php echo $this->url(array('module'=>'thesis','controller'=>'registration','action'=>'proposal-add'), 'default', true);?>">
  13. <span class='add'></span>
  14. <?php echo $this->translate('Register')?>
  15. </a>
  16. </li>
  17. <li>
  18. <a href="#" onclick="return searchbox()">
  19. <span class='search'></span>
  20. <?php echo $this->translate('Search')?>
  21. </a>
  22. </li>
  23. </ul>
  24. </div>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement