diff options
| author | spiderr <spider@viovio.com> | 2013-04-01 12:19:57 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-01 12:19:57 -0400 |
| commit | b1377877fcb091a2e594a61f3db783eb896cd032 (patch) | |
| tree | 37f3a55a7649bb11f1ce1de37a855241586ff437 /templates/migrate_final_done.tpl | |
| parent | 8f1b89ee277bdd87285782fc66990123d7eee188 (diff) | |
| download | install-b1377877fcb091a2e594a61f3db783eb896cd032.tar.gz install-b1377877fcb091a2e594a61f3db783eb896cd032.tar.bz2 install-b1377877fcb091a2e594a61f3db783eb896cd032.zip | |
bootstrap-conversion
Diffstat (limited to 'templates/migrate_final_done.tpl')
| -rw-r--r-- | templates/migrate_final_done.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/migrate_final_done.tpl b/templates/migrate_final_done.tpl index 2c05d3a..5dee8e1 100644 --- a/templates/migrate_final_done.tpl +++ b/templates/migrate_final_done.tpl @@ -1,7 +1,7 @@ <h1>Upgrade Process Completed</h1> {form legend="Select what you want to do next"} <p>Go back to the installer to install additional packages that were not part of this migrate.</p> - <div class="row submit"> + <div class="control-group submit"> <input type="hidden" name="step" value="{$next_step}" /> <input type="submit" name="continue_install" value="Return to Installer" /> </div> @@ -9,7 +9,7 @@ <hr /> <p>Enter your Bitweaver site now to see if the migrate process was successful.</p> - <div class="row submit"> + <div class="control-group submit"> <input type="submit" name="enter_bitweaver" value="Enter site" /> </div> {/form} |
