summaryrefslogtreecommitdiff
path: root/templates/migrate_database.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/migrate_database.tpl')
-rw-r--r--templates/migrate_database.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/migrate_database.tpl b/templates/migrate_database.tpl
index ccc68de..a76026e 100644
--- a/templates/migrate_database.tpl
+++ b/templates/migrate_database.tpl
@@ -256,7 +256,7 @@
{/foreach}
</select>
<br />
- <input type="submit" value="Update Tables List" name="fUpdateTables" />
+ <input type="submit" class="btn" value="Update Tables List" name="fUpdateTables" />
{formhelp note="Please select all talbes that are not supposed to be migrated at all. You can pick some tables
here, if you prefer to migrate specific tables separately at a later timepoint. Use Ctrl+click to select
more than one, or Ctrl+A to select all tables."}
@@ -298,6 +298,6 @@
{/jstabs}
<div class="control-group submit">
- <input type="submit" value="Execute Migration" name="fSubmitDatabase" />
+ <input type="submit" class="btn" value="Execute Migration" name="fSubmitDatabase" />
</div>
{/form}