Hello to everybody!
I have a problem with file manager window, Refresh and Parent buttons tooltip - the tooltip doesn't disappear on the second click!
But the main problem is that the tooltip doesn't disappear on closed file manager window!
Please, see the attached images..
Can anyone help me or at least point me, which file is responsible for these buttons? All other buttons in file manager are working properly.
I use PHP version 5.6.20, tested Opencart version 2.1.0.2. and 2.2.0.0 (fresh install with demo products).
Thank you all in advance for your help!
I found the page..
admin> view> template> filemanager.tpl
The code is:
Starting at row 6..
Search button also gives tooltip error!
Where is the cause of these errors?
I tested the Opencart demo and the result is the same as described above.
Let's fix this little bugs and make Opencart 2 the greatest ecommerce platform!
I am not a PHP programmer, so i am asking for help.
admin> view> template> filemanager.tpl
The code is:
Code: Select all
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-5">
<a href="<?php echo $parent; ?>" data-toggle="tooltip" title="<?php echo $button_parent; ?>" id="button-parent" class="btn btn-default"><i class="fa fa-level-up"></i></a>
<a href="<?php echo $refresh; ?>" data-toggle="tooltip" title="<?php echo $button_refresh; ?>" id="button-refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
<button type="button" data-toggle="tooltip" title="<?php echo $button_upload; ?>" id="button-upload" class="btn btn-primary"><i class="fa fa-upload"></i></button>
<button type="button" data-toggle="tooltip" title="<?php echo $button_folder; ?>" id="button-folder" class="btn btn-default"><i class="fa fa-folder"></i></button>
<button type="button" data-toggle="tooltip" title="<?php echo $button_delete; ?>" id="button-delete" class="btn btn-danger"><i class="fa fa-trash-o"></i></button>
</div>
<div class="col-sm-7">
<div class="input-group">
<input type="text" name="search" value="<?php echo $filter_name; ?>" placeholder="<?php echo $entry_search; ?>" class="form-control">
<span class="input-group-btn">
<button type="button" data-toggle="tooltip" title="<?php echo $button_search; ?>" id="button-search" class="btn btn-primary"><i class="fa fa-search"></i></button>
</span></div>
</div>
</div>
Search button also gives tooltip error!
Where is the cause of these errors?
I tested the Opencart demo and the result is the same as described above.
Let's fix this little bugs and make Opencart 2 the greatest ecommerce platform!
I am not a PHP programmer, so i am asking for help.
Who is online
Users browsing this forum: No registered users and 9 guests