diff options
| author | spiderr <spider@viovio.com> | 2014-05-23 15:32:55 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-05-23 15:32:55 -0400 |
| commit | 2b54d7af884841ee99ff56918feda8bad7ae084d (patch) | |
| tree | 04750891f833e28607ca87999c3c9b83794a1f49 /templates/contact.tpl | |
| parent | 52b1bd2aba5cf72e2f18695741721f24e38ae411 (diff) | |
| download | messages-2b54d7af884841ee99ff56918feda8bad7ae084d.tar.gz messages-2b54d7af884841ee99ff56918feda8bad7ae084d.tar.bz2 messages-2b54d7af884841ee99ff56918feda8bad7ae084d.zip | |
bootstrap3-btn-default
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 98dec12..c3b1e78 100644 --- a/templates/contact.tpl +++ b/templates/contact.tpl @@ -34,7 +34,7 @@ {textarea noformat=1 id="message_body" name="body"} <div class="control-group submit"> - <input type="submit" class="btn" name="send" value="{tr}Send Message{/tr}" /> + <input type="submit" class="btn btn-default" name="send" value="{tr}Send Message{/tr}" /> </div> {/form} </div><!-- end .body --> |
