31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-02 13:40:47 +00:00

Merge pull request #246 from mangeshmane/master

Issue #243 fix:Tip overlapped search box
This commit is contained in:
Roland Dalmulder 2020-03-20 20:58:10 +01:00 committed by GitHub
commit c78a9084b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Click Revert Patch to revert an applied patch.
You can read more about this extension on the [Joomla! Documentation Wiki](https://docs.joomla.org/Component_Patchtester_for_Testers).
Video tutorial:
https://www.youtube.com/watch?v=4OWgusZgIfk
https://www.youtube.com/watch?v=s881RLaFO8U ( patch tester 3.0 beta 3 - 2017 )
GitHub Two Factor Authentication
=============

View File

@ -50,7 +50,7 @@ $filterRtc = $this->escape($this->state->get('filter.rtc'));
<?php echo Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION'); ?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->escape($this->state->get('filter.search')); ?>" class="form-control" placeholder="<?php echo Text::_('JSEARCH_FILTER'); ?>">
<div role="tooltip" id="filter_search-desc">
<div role="tooltip" id="filter[search]-desc">
<?php echo $this->escape(Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION')); ?>
</div>
<span class="input-group-append">