fix layout of filter field

This commit is contained in:
Uwe Steinmann 2021-05-13 16:46:18 +02:00
parent c56901147b
commit 0b2ba1a893

View File

@ -276,7 +276,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style {
</ul>
<div class="tab-content">
<div class="tab-pane <?php if(!$currenttab || $currenttab == 'installed') echo 'active'; ?>" id="installed" role="tabpanel">
<input id="extensionfilter" type="text">
<input id="extensionfilter" class="form-control" type="text" placeholder="<?= getMLText('type_to_filter'); ?>">
<div class="ajax" data-view="ExtensionMgr" data-action="installedList"></div>
<?php
// $this->installedList();