Manage Contribution Pages: Open Live/Test page in new tab like old screen
authorMatthew Wire <mjw@mjwconsult.co.uk>
Thu, 16 Nov 2023 21:04:46 +0000 (21:04 +0000)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Thu, 16 Nov 2023 21:05:30 +0000 (21:05 +0000)
ext/civicrm_admin_ui/managed/SavedSearch_Manage_Contribution_Pages.mgd.php

index 3217d8f58bdc9253bf79115913064fa01c72c24f..94c0a8dc66f7be0bf2d6d93db491de3631c4044f 100644 (file)
@@ -145,7 +145,7 @@ return [
                   'entity' => '',
                   'action' => '',
                   'join' => '',
-                  'target' => '',
+                  'target' => '_blank',
                   'icon' => 'fa-external-link',
                   'text' => E::ts('Live Page'),
                   'style' => 'default',
@@ -156,7 +156,7 @@ return [
                   'entity' => '',
                   'action' => '',
                   'join' => '',
-                  'target' => '',
+                  'target' => '_blank',
                   'icon' => 'fa-external-link',
                   'text' => E::ts('Test-drive'),
                   'style' => 'default',