diff options
| author | spiderr <spider@viovio.com> | 2013-04-01 15:57:38 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-01 15:57:38 -0400 |
| commit | 0303402de2d6b5c29c4cf64ee634588ceb2908ee (patch) | |
| tree | a28c348780949a6643acf92561bdde33e014b78b /templates/install_datapump.tpl | |
| parent | 6b1420d8af805b4d53d0fa6a444504ac5d32a393 (diff) | |
| download | install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.tar.gz install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.tar.bz2 install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.zip | |
bootstrap major purging
Diffstat (limited to 'templates/install_datapump.tpl')
| -rw-r--r-- | templates/install_datapump.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/install_datapump.tpl b/templates/install_datapump.tpl index 60b2c18..0b3301e 100644 --- a/templates/install_datapump.tpl +++ b/templates/install_datapump.tpl @@ -1,6 +1,6 @@ <h1>Sample Data</h1> -{form legend="Populating the database with useful information"} +{form class="form-horizontal" legend="Populating the database with useful information"} <input type="hidden" name="step" value="{$next_step}" /> <p> @@ -29,8 +29,8 @@ <div class="control-group submit"> {if $pumpList} - <input type="submit" value="Populate my site" name="fSubmitDataPump" /> + <input type="submit" class="btn" value="Populate my site" name="fSubmitDataPump" /> {/if} - <input type="submit" value="Skip" name="skip" /> + <input type="submit" class="btn" value="Skip" name="skip" /> </div> {/form} |
