mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
commit
810f5bcbc8
@ -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))
|
||||
{
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user