From 68b2ba78768b460ead88db75cab32f524ba6e806 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 30 Jul 2015 13:16:19 -0400 Subject: [PATCH] Improve upgrade screen style --- templates/CRM/common/success.tpl | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/templates/CRM/common/success.tpl b/templates/CRM/common/success.tpl index 57ca89d081..cdf57298f6 100644 --- a/templates/CRM/common/success.tpl +++ b/templates/CRM/common/success.tpl @@ -32,18 +32,27 @@

- {ts 1=$currentVersion 2=$newVersion}Use this utility to upgrade your CiviCRM database from %1 to %2.{/ts} + {ts 1=$currentVersion 2=$newVersion}The database will be upgraded from %1 to %2.{/ts}

{if $preUpgradeMessage} -
{ts}Warning:{/ts} {$preUpgradeMessage}
+
+ + {ts}Warning:{/ts} + {$preUpgradeMessage} +
{/if}

{ts}Back up your database before continuing.{/ts} {capture assign=docLink}{docURL page="Installation and Upgrades" text="Upgrade Documentation" style="text-decoration: underline;" resource="wiki"}{/capture} {ts 1=$docLink}This process may change your database structure and values. In case of emergency you may need to revert to a backup. For more detailed information, refer to the %1.{/ts}

-

{ts}Click 'Upgrade Now' if you are ready to proceed. Otherwise click 'Cancel' to return to the CiviCRM home page.{/ts}

-    - {ts}Cancel{/ts} +    + + + {ts}Cancel{/ts} +
-- 2.25.1