diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:34:35 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:34:35 -0400 |
| commit | a1a8cf2958f428beb79792da692fea97b8f9d0b7 (patch) | |
| tree | 20c107b0594f7d16e8eb9919301e2f7e50ac39d1 /templates/admin_themes.tpl | |
| parent | db500220e9e1fcca13f183210772de8121446f59 (diff) | |
| download | themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.tar.gz themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.tar.bz2 themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.zip | |
cleanup edit forms
Diffstat (limited to 'templates/admin_themes.tpl')
| -rw-r--r-- | templates/admin_themes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_themes.tpl b/templates/admin_themes.tpl index f04e98e..60f966f 100644 --- a/templates/admin_themes.tpl +++ b/templates/admin_themes.tpl @@ -45,7 +45,7 @@ {/foreach} <div class="control-group submit"> - <input type="submit" name="change_prefs" value="{tr}Apply Settings{/tr}" /> + <input type="submit" class="btn" name="change_prefs" value="{tr}Apply Settings{/tr}" /> </div> {/form} {/strip} |
