diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:33:22 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:33:22 -0400 |
| commit | bd891c22a81afde0965429129f5e2f85597266e0 (patch) | |
| tree | 3042bf753d3138c4a5cdb5575a0f10f5e5f29059 /templates/contact.tpl | |
| parent | af455080e442ddd8ffcd3837d9a15ac53186a873 (diff) | |
| download | messages-bd891c22a81afde0965429129f5e2f85597266e0.tar.gz messages-bd891c22a81afde0965429129f5e2f85597266e0.tar.bz2 messages-bd891c22a81afde0965429129f5e2f85597266e0.zip | |
cleanup edit forms
Diffstat (limited to 'templates/contact.tpl')
| -rw-r--r-- | templates/contact.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact.tpl b/templates/contact.tpl index a3faa05..4d51367 100644 --- a/templates/contact.tpl +++ b/templates/contact.tpl @@ -34,7 +34,7 @@ {textarea noformat=1 id="message_body" name="body}{/textarea} <div class="control-group submit"> - <input type="submit" name="send" value="{tr}Send Message{/tr}" /> + <input type="submit" class="btn" name="send" value="{tr}Send Message{/tr}" /> </div> {/form} </div><!-- end .body --> |
