diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:33:12 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:33:12 -0400 |
| commit | 0b0770a4f549f30d155755b2e70f2ab9ba132175 (patch) | |
| tree | 289cd89461cf4cd5afbf9d495fa60a9bbe463236 /templates/edit_structure_content.tpl | |
| parent | e925d30d478008ff7c5c06ae89c6b8a3b55f6245 (diff) | |
| download | liberty-0b0770a4f549f30d155755b2e70f2ab9ba132175.tar.gz liberty-0b0770a4f549f30d155755b2e70f2ab9ba132175.tar.bz2 liberty-0b0770a4f549f30d155755b2e70f2ab9ba132175.zip | |
cleanup edit forms
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> |
