summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-19 03:11:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-19 03:11:53 +0000
commit016280812eb59ece5d1e1c83534ae06b8fffbcae (patch)
treec9f486298af56d2c392369432f693f3c4ffd0766 /update.php
parente0a67c1c00b766378ef39c2b8f4a3eedbfc0c3b2 (diff)
downloadbrdo-016280812eb59ece5d1e1c83534ae06b8fffbcae.tar.gz
brdo-016280812eb59ece5d1e1c83534ae06b8fffbcae.tar.bz2
#547068 by sun, seutje, yoroy, Gábor Hojtsy, adrian, Bojhan, and markboulton: Use Seven theme for installation / updates.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index e9e5c84f6..9ad5092f6 100644
--- a/update.php
+++ b/update.php
@@ -194,7 +194,7 @@ function update_info_page() {
$output .= "<li>Install your new files in the appropriate location, as described in the handbook.</li>\n";
$output .= "</ol>\n";
$output .= "<p>When you have performed the steps above, you may proceed.</p>\n";
- $output .= '<form method="post" action="update.php?op=selection&amp;token=' . $token . '"><p><input type="submit" value="Continue" /></p></form>';
+ $output .= '<form method="post" action="update.php?op=selection&amp;token=' . $token . '"><p><input type="submit" value="Continue" class="form-submit" /></p></form>';
$output .= "\n";
return $output;
}