diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:33:30 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:33:30 -0400 |
| commit | ab39289d285f3deb4fcd61df2106f9ea6343bbdb (patch) | |
| tree | 252173cbd8135ebc68e6730e34f3f4c614e37ccd | |
| parent | 4992f09db84b6a5289cb1394aa982375b3a98298 (diff) | |
| download | nexus-ab39289d285f3deb4fcd61df2106f9ea6343bbdb.tar.gz nexus-ab39289d285f3deb4fcd61df2106f9ea6343bbdb.tar.bz2 nexus-ab39289d285f3deb4fcd61df2106f9ea6343bbdb.zip | |
cleanup edit forms
| -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 b8c63ad..4a38f81 100644 --- a/templates/admin_nexus.tpl +++ b/templates/admin_nexus.tpl @@ -36,6 +36,6 @@ </ul> <div class="control-group submit"> - <input type="submit" name="pluginsave" value="{tr}Save Plugin Settings{/tr}" /> + <input type="submit" class="btn" 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 73f2db9..5c29b2a 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" value="{tr}filter{/tr}" name="search_objects" /> + <input type="submit" class="btn" 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" name="store_item" value="{tr}Save Item{/tr}" /> + <input type="submit" class="btn" name="store_item" value="{tr}Save Item{/tr}" /> </div> {/form} {/strip} diff --git a/templates/menus.tpl b/templates/menus.tpl index 8822b4f..ee9e6fb 100644 --- a/templates/menus.tpl +++ b/templates/menus.tpl @@ -89,7 +89,7 @@ </div> <div class="control-group submit"> - <input type="submit" name="store_menu" value="Save Settings" /> + <input type="submit" class="btn" 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"} |
