Skip to content

Commit

Permalink
Fixed a buttton size
Browse files Browse the repository at this point in the history
  • Loading branch information
dengenxp committed Jan 22, 2017
1 parent 1718b22 commit 23d1f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/admin/install/classes/installer.class.php
Expand Up @@ -3650,7 +3650,7 @@ private function migrateStep1()
. '<p>'
// Todo: Add "Refresh" button to refresh the list of files in the backups directory
// . '<input type="button" name="refresh" class="submit" value="' . 'Refresh' . '" onclick="INST_refreshBackupList()"' . XHTML . '>'
. '<input type="submit" name="submit" class="submit button" value="' . $LANG_MIGRATE[16] . ' &gt;&gt;"></p>' . PHP_EOL
. '<input type="submit" name="submit" class="submit button big-button" value="' . $LANG_MIGRATE[16] . ' &gt;&gt;"></p>' . PHP_EOL
. '</form>' . PHP_EOL;

return $display;
Expand Down

0 comments on commit 23d1f93

Please sign in to comment.