diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-02-24 23:40:30 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-02-24 23:40:30 +0000 |
| commit | a19343995ecb6c9caf30827c0e950919627a746b (patch) | |
| tree | 262d4c396bc8648882aac43e612df18c93266b20 | |
| parent | a1c21487cf846a884f97a439a94901681e7ed796 (diff) | |
| parent | 7174d1584fad491cb4faec278263bceffec1ae73 (diff) | |
| download | webtrees-a19343995ecb6c9caf30827c0e950919627a746b.tar.gz webtrees-a19343995ecb6c9caf30827c0e950919627a746b.tar.bz2 webtrees-a19343995ecb6c9caf30827c0e950919627a746b.zip | |
Merge pull request #120 from mnoorenberghe/media_display_all
Fix 'Display all' in the media find dialog
| -rw-r--r-- | find.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ if ($type == 'media') { echo '" autofocus>', help_link('simple_filter'), '<p><input type="submit" name="search" value="', WT_I18N::translate('Filter'), '" onclick="this.form.subclick.value=this.name"> - <input type="submit" name="all" value="', WT_I18N::translate('Display all'), '" onclick=\"this.form.subclick.value=this.name\"> + <input type="submit" name="all" value="', WT_I18N::translate('Display all'), '" onclick="this.form.subclick.value=this.name"> </p></form></div>'; } |
