Guest User

Untitled

a guest
Jan 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $doTask = "if (document.adminForm.boxchecked.value==0){
  2. alert('$message');
  3. }
  4. else {
  5. Joomla.submitbutton('$task')
  6. }";
  7.  
  8. $i18n_text = JText::_($text);
  9. $class = JButton::fetchIconClass($name);
  10.  
  11.  
  12. $html = "<a href="javascript: void();" onclick="$doTask" class="toolbar">n";
  13. $html .= "<span class="$class">n";
  14. $html .= "</span>n";
  15. $html .= "$i18n_textn";
  16. $html .= "</a>n";
  17.  
  18. else {
  19. if(confirm('Are you sure you want to delete ?'))
  20. Joomla.submitbutton('$task');
  21. }
Add Comment
Please, Sign In to add comment