From: Coleman Watts Date: Thu, 30 Jul 2015 17:16:19 +0000 (-0400) Subject: Improve upgrade screen style X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=68b2ba78768b460ead88db75cab32f524ba6e806;p=civicrm-core.git Improve upgrade screen style --- 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} +