diff options
Diffstat (limited to 'templates/edit_structure_content.tpl')
| -rw-r--r-- | templates/edit_structure_content.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_structure_content.tpl b/templates/edit_structure_content.tpl index 75a1617..816f7be 100644 --- a/templates/edit_structure_content.tpl +++ b/templates/edit_structure_content.tpl @@ -35,13 +35,13 @@ {forminput} <input type="text" name="find" /> - <input type="submit" value="{tr}Apply filter{/tr}" name="search_objects" /> + <input type="submit" class="btn" value="{tr}Apply filter{/tr}" name="search_objects" /> {formhelp note=""} {/forminput} </div> <div class="control-group submit"> - <input type="submit" name="create" value="{tr}Add Content{/tr}" /> + <input type="submit" class="btn" name="create" value="{tr}Add Content{/tr}" /> </div> {/form} </div> |
