summaryrefslogtreecommitdiff
path: root/templates/edit_structure_content.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-04 01:33:12 -0400
committerspiderr <spider@viovio.com>2013-04-04 01:33:12 -0400
commit0b0770a4f549f30d155755b2e70f2ab9ba132175 (patch)
tree289cd89461cf4cd5afbf9d495fa60a9bbe463236 /templates/edit_structure_content.tpl
parente925d30d478008ff7c5c06ae89c6b8a3b55f6245 (diff)
downloadliberty-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.tpl4
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>