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/mime_view.tpl | |
| parent | e925d30d478008ff7c5c06ae89c6b8a3b55f6245 (diff) | |
| download | liberty-0b0770a4f549f30d155755b2e70f2ab9ba132175.tar.gz liberty-0b0770a4f549f30d155755b2e70f2ab9ba132175.tar.bz2 liberty-0b0770a4f549f30d155755b2e70f2ab9ba132175.zip | |
cleanup edit forms
Diffstat (limited to 'templates/mime_view.tpl')
| -rw-r--r-- | templates/mime_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl index e6a3a6f..cc7301a 100644 --- a/templates/mime_view.tpl +++ b/templates/mime_view.tpl @@ -16,7 +16,7 @@ <div class="control-group submit"> <input type="hidden" name="attachment_id" value="{$smarty.request.attachment_id}" /> - <input type="submit" name="plugin_submit" value="{tr}Update File{/tr}" /> + <input type="submit" class="btn" name="plugin_submit" value="{tr}Update File{/tr}" /> </div> {/form} {/if} |
