@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | return [ |
| 66 | 66 | 'data-language' => json_encode($language), |
| 67 | - 'data-length-menu' => json_encode([array_keys($length_menu), array_values($length_menu)]) |
|
| 67 | + 'data-length-menu' => json_encode([array_keys($length_menu), array_values($length_menu)]) |
|
| 68 | 68 | ]; |
| 69 | 69 | } |
| 70 | 70 | |
@@ -90,9 +90,9 @@ |
||
| 90 | 90 | 'info' => 'fa fa-info-circle', |
| 91 | 91 | 'warning' => 'fa fa-exclamation-circle', |
| 92 | 92 | |
| 93 | - // Icons for file types |
|
| 94 | - 'mime-application-pdf' => '', |
|
| 95 | - 'mime-text-html' => '', |
|
| 93 | + // Icons for file types |
|
| 94 | + 'mime-application-pdf' => '', |
|
| 95 | + 'mime-text-html' => '', |
|
| 96 | 96 | |
| 97 | 97 | // Other icons |
| 98 | 98 | 'mail' => 'fa fa-envelope-o', |
@@ -16,8 +16,8 @@ |
||
| 16 | 16 | namespace Fisharebest\Webtrees; |
| 17 | 17 | |
| 18 | 18 | use Exception; |
| 19 | -use Swift_Mailer; |
|
| 20 | 19 | use Swift_MailTransport; |
| 20 | +use Swift_Mailer; |
|
| 21 | 21 | use Swift_Message; |
| 22 | 22 | use Swift_NullTransport; |
| 23 | 23 | use Swift_Preferences; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | namespace Fisharebest\Webtrees\Functions; |
| 17 | 17 | |
| 18 | -use Fisharebest\Webtrees\Bootstrap4; |
|
| 19 | 18 | use Fisharebest\Webtrees\Config; |
| 20 | 19 | use Fisharebest\Webtrees\Date; |
| 21 | 20 | use Fisharebest\Webtrees\Fact; |
@@ -34,10 +34,10 @@ |
||
| 34 | 34 | 'obje' => 'fa fa-file-imate-o wt-icon-obje', |
| 35 | 35 | 'repo' => 'fa fa-institution wt-icon-repo', |
| 36 | 36 | 'sour' => 'fa fa-file-text-o wt-icon-sour', |
| 37 | - // External sites and applications |
|
| 38 | - 'bing-maps' => 'fa fa-icon-map-o wt-icon-bing-maps', |
|
| 39 | - 'google-maps' => 'fa fa-icon-map-o wt-icon-google-maps', |
|
| 40 | - 'openstreetmap' => 'fa fa-icon-map-o wt-icon-openstreetmap', |
|
| 37 | + // External sites and applications |
|
| 38 | + 'bing-maps' => 'fa fa-icon-map-o wt-icon-bing-maps', |
|
| 39 | + 'google-maps' => 'fa fa-icon-map-o wt-icon-google-maps', |
|
| 40 | + 'openstreetmap' => 'fa fa-icon-map-o wt-icon-openstreetmap', |
|
| 41 | 41 | ]; |
| 42 | 42 | |
| 43 | 43 | /** |