Skip to content

Commit

Permalink
Update view.html.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Oct 27, 2015
1 parent d0e91d7 commit e99d3d4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package Joomla.Administrator
* @subpackage Messages
* @subpackage com_messages
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand Down Expand Up @@ -89,7 +89,9 @@ protected function addToolbar()
'',
'<button class="btn" type="button" data-dismiss="modal" aria-hidden="true">'
. JText::_('JCANCEL')
. '</button><button class="btn btn-success" type="button" data-dismiss="modal" aria-hidden="true" onclick="jQuery(\'#modal-cog iframe\').contents().find(\'#saveBtn\').click();">'
. '</button>'
. '<button class="btn btn-success" type="button" data-dismiss="modal" aria-hidden="true"'
. ' onclick="jQuery(\'#modal-cog iframe\').contents().find(\'#saveBtn\').click();">'
. JText::_('JSAVE')
. '</button>'
);
Expand Down

0 comments on commit e99d3d4

Please sign in to comment.