From 0c37a699817261318fdc43116ed1924107a35764 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 3 Jul 2020 20:52:18 -0700 Subject: [PATCH] finished.Backdrop.php - Fix the FIXMEs. Align closer to finished.Drupal.php --- setup/res/finished.Backdrop.php | 62 ++++++++++++++------------------- 1 file changed, 27 insertions(+), 35 deletions(-) diff --git a/setup/res/finished.Backdrop.php b/setup/res/finished.Backdrop.php index 51db493792..473cd45573 100644 --- a/setup/res/finished.Backdrop.php +++ b/setup/res/finished.Backdrop.php @@ -1,39 +1,31 @@ ['reset' => 1], +]); $registerSiteURL = "https://civicrm.org/register-site"; -$commonOutputMessage = "
  • " . ts("Have you registered this site at CiviCRM.org? If not, please help strengthen the CiviCRM ecosystem by taking a few minutes to fill out the site registration form. The information collected will help us prioritize improvements, target our communications and build the community. If you have a technical role for this site, be sure to check Keep in Touch to receive technical updates (a low volume mailing list).", array(1 => "href='$registerSiteURL' target='_blank'")) . "
  • " -. "
  • " . ts("We have integrated KCFinder with CKEditor and TinyMCE. This allows a user to upload images. All uploaded images are public.") . "
  • "; - -$output = NULL; -$output .= ''; -$output .= ''; -$output .= ''; -$output .= '' . ts('CiviCRM Installed') . ''; -$output .= ''; -$output .= ''; -$output .= ''; -$output .= ''; -$output .= '

    ' . ts('CiviCRM has been successfully installed') . '

    '; -$output .= ''; -$output .= '
    '; -$output .= ''; -$output .= ''; -echo $output; +?> + + + + <?php echo ts('CiviCRM Installed'); ?> + + + + +
    +

    +

    + +
    + + -- 2.25.1