diff options
| author | spiderr <spider@viovio.com> | 2014-05-23 15:32:53 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-05-23 15:32:53 -0400 |
| commit | 6d07a84ec3525d503ddc496af814202b85903a0e (patch) | |
| tree | 130f289f2ed57f577b6bfb8f29e5187726cb2c1d | |
| parent | 641c390441a7d41ea2563a56de73f142d1f86579 (diff) | |
| download | nexus-6d07a84ec3525d503ddc496af814202b85903a0e.tar.gz nexus-6d07a84ec3525d503ddc496af814202b85903a0e.tar.bz2 nexus-6d07a84ec3525d503ddc496af814202b85903a0e.zip | |
bootstrap3-btn-default
| -rw-r--r-- | templates/admin_nexus.tpl | 2 | ||||
| -rw-r--r-- | templates/menu_items_edit_inc.tpl | 4 | ||||
| -rw-r--r-- | templates/menus.tpl | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_nexus.tpl b/templates/admin_nexus.tpl index 4a38f81..e527f7c 100644 --- a/templates/admin_nexus.tpl +++ b/templates/admin_nexus.tpl @@ -36,6 +36,6 @@ </ul> <div class="control-group submit"> - <input type="submit" class="btn" name="pluginsave" value="{tr}Save Plugin Settings{/tr}" /> + <input type="submit" class="btn btn-default" name="pluginsave" value="{tr}Save Plugin Settings{/tr}" /> </div> {/form} diff --git a/templates/menu_items_edit_inc.tpl b/templates/menu_items_edit_inc.tpl index 4d17e0e..dbd6cb6 100644 --- a/templates/menu_items_edit_inc.tpl +++ b/templates/menu_items_edit_inc.tpl @@ -12,7 +12,7 @@ {forminput} <input type="text" name="find" value="{$smarty.request.find}" /> - <input type="submit" class="btn" value="{tr}filter{/tr}" name="search_objects" /> + <input type="submit" class="btn btn-default" value="{tr}filter{/tr}" name="search_objects" /> {formhelp note="You can select the content type you want to limit the dropdown to and/or a word filter."} {/forminput} @@ -98,7 +98,7 @@ {/if} <div class="control-group submit"> - <input type="submit" class="btn" name="store_item" value="{tr}Save Item{/tr}" /> + <input type="submit" class="btn btn-default" name="store_item" value="{tr}Save Item{/tr}" /> </div> {/form} {/strip} diff --git a/templates/menus.tpl b/templates/menus.tpl index 92db7ad..6e2f704 100644 --- a/templates/menus.tpl +++ b/templates/menus.tpl @@ -89,7 +89,7 @@ </div> <div class="control-group submit"> - <input type="submit" class="btn" name="store_menu" value="Save Settings" /> + <input type="submit" class="btn btn-default" name="store_menu" value="Save Settings" /> </div> {formhelp note="If you want to insert a menu in the top bar, please create the menu and then assign it to the top bar in the <em>Manage Layouts</em> screen. We recommend the <em>horizontal suckerfish</em> menu for top bar menus." link="kernel/admin/index.php?page=layout/Manage Layouts" page="NexusPackage"} |
