Skip to content

Commit

Permalink
replace link by button in com_contact
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-codes committed Mar 13, 2019
1 parent 96b325c commit 72b9ec8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,9 +11,9 @@
use Joomla\CMS\Language\Text;

?>
<a class="btn btn-secondary" type="button" onclick="document.getElementById('batch-category-id').value='';document.getElementById('batch-access').value='';document.getElementById('batch-language-id').value='';document.getElementById('batch-user-id').value='';document.getElementById('batch-tag-id').value=''" data-dismiss="modal">
<button class="btn btn-secondary" type="button" onclick="document.getElementById('batch-category-id').value='';document.getElementById('batch-access').value='';document.getElementById('batch-language-id').value='';document.getElementById('batch-user-id').value='';document.getElementById('batch-tag-id').value=''" data-dismiss="modal">
<?php echo Text::_('JCANCEL'); ?>
</a>
</button>
<button class="btn btn-success" type="submit" onclick="Joomla.submitbutton('contact.batch');">
<?php echo Text::_('JGLOBAL_BATCH_PROCESS'); ?>
</button>

0 comments on commit 72b9ec8

Please sign in to comment.