summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/admin_nexus.tpl2
-rw-r--r--templates/menu_items_edit_inc.tpl4
-rw-r--r--templates/menus.tpl2
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"}