33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-23 03:19:00 +00:00

Merge pull request #85 from dgt41/mootools_ooo

More mootools...
This commit is contained in:
Michael Babker 2015-05-06 17:59:38 -04:00
commit 810f5bcbc8
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ class PullsHtmlView extends DefaultHtmlView
*/
protected function addToolbar()
{
\JToolBarHelper::title(\JText::_('COM_PATCHTESTER'), '');
\JToolBarHelper::title(\JText::_('COM_PATCHTESTER'), 'patchtester');
if (!count($this->envErrors))
{

View File

@ -24,7 +24,7 @@ else :
\JFactory::getDocument()->addScriptDeclaration(
"
var submitpatch = function (task, id) {
document.getElementById('pull_id').set('value', id);
jQuery('#pull_id').val(id);
return Joomla.submitbutton(task);
}
@ -52,7 +52,7 @@ else :
</div>
<div class="btn-group pull-left hidden-phone">
<button class="btn tip hasTooltip" type="submit" title="<?php echo \JText::_('JSEARCH_FILTER_SUBMIT'); ?>"><i class="icon-search"></i></button>
<button class="btn tip hasTooltip" type="button" onclick="document.id('filter_search').value='';this.form.submit();" title="<?php echo \JText::_('JSEARCH_FILTER_CLEAR'); ?>"><i class="icon-remove"></i></button>
<button class="btn tip hasTooltip" type="button" onclick="document.getElementById('filter_search').value='';this.form.submit();" title="<?php echo \JText::_('JSEARCH_FILTER_CLEAR'); ?>"><i class="icon-remove"></i></button>
</div>
<div class="btn-group pull-right hidden-phone">
<label for="limit" class="element-invisible"><?php echo \JText::_('JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC'); ?></label>