diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-07-04 07:19:44 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-07-04 07:19:54 +0100 |
| commit | c6f07a90613fb4047b4808b345e076eb9bc8ef77 (patch) | |
| tree | ed81d81007dfcb7b04fb3d21e6b409e552af46bb | |
| parent | 9e2ccc6f4424c531cc1bdb172053a22f29837ef2 (diff) | |
| download | webtrees-c6f07a90613fb4047b4808b345e076eb9bc8ef77.tar.gz webtrees-c6f07a90613fb4047b4808b345e076eb9bc8ef77.tar.bz2 webtrees-c6f07a90613fb4047b4808b345e076eb9bc8ef77.zip | |
Working on media list
| -rw-r--r-- | medialist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/medialist.php b/medialist.php index 1c950a8f36..e5d1c5ea95 100644 --- a/medialist.php +++ b/medialist.php @@ -109,7 +109,7 @@ $medialist = QueryMedia::mediaList( <?= I18N::translate('Search filters') ?> </label> <div class="col-sm-3 wt-page-options-value"> - <?= Bootstrap4::select(['' => ''] + GedcomTag::getFileFormTypes(), $form_type, ['id' => 'form-type', 'name' => 'form_type']) ?> + <input type="text" class="form-control" name="filter" id="filter" value="<?= Filter::escapeHtml($filter) ?>"> </div> <div class="col-sm-3 col-form-label wt-page-options-label"> |
