[geeklog-cvs] geeklog: Cosmetics: Fixed appearance of the "No" button when bei...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jul 4 11:32:02 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/9248eaefde1c
changeset: 7165:9248eaefde1c
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jul 04 17:31:22 2009 +0200
description:
Cosmetics: Fixed appearance of the "No" button when being asked if it's okay to overwrite a file

diffstat:

 public_html/admin/install/migrate.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3013cca2bd66 -r 9248eaefde1c public_html/admin/install/migrate.php
--- a/public_html/admin/install/migrate.php	Sat Jul 04 17:27:14 2009 +0200
+++ b/public_html/admin/install/migrate.php	Sat Jul 04 17:31:22 2009 +0200
@@ -538,7 +538,7 @@
                             . '<input type="hidden" name="backup_file" value="' . $backup_file['name'] . '"' . XHTML . '>' . LB
                             . '<input type="hidden" name="language" value="' . $language . '"' . XHTML . '>' . LB
                             . '<input type="submit" class="button big-button" name="overwrite_file" value="' . $LANG_MIGRATE[23] . '"' . XHTML .'>' . LB
-                            . '<input type="button" name="no" value="' . $LANG_MIGRATE[24] . '" onclick="document.location=\'migrate.php\'"' . XHTML .'>' . LB
+                            . '<input type="submit" class="button big-button" name="no" value="' . $LANG_MIGRATE[24] . '" onclick="document.location=\'migrate.php\'"' . XHTML .'>' . LB
                             . '</p></form>' . LB;
 
                     }



More information about the geeklog-cvs mailing list