summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-05-23 15:32:54 -0400
committerspiderr <spider@viovio.com>2014-05-23 15:32:54 -0400
commitd1e7fac034881cdede7645c3f5662b652e75149d (patch)
treeb25a89a925a9fe5c527f768034627cc99f9dc3e6
parent80ca236002085a520b4ca63c52c20055ec621f3d (diff)
downloadcalendar-d1e7fac034881cdede7645c3f5662b652e75149d.tar.gz
calendar-d1e7fac034881cdede7645c3f5662b652e75149d.tar.bz2
calendar-d1e7fac034881cdede7645c3f5662b652e75149d.zip
bootstrap3-btn-default
-rw-r--r--templates/admin_calendar.tpl2
-rw-r--r--templates/calendar_options_inc.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_calendar.tpl b/templates/admin_calendar.tpl
index d42a32d..02e5823 100644
--- a/templates/admin_calendar.tpl
+++ b/templates/admin_calendar.tpl
@@ -62,7 +62,7 @@
{/if}
<div class="control-group submit">
- <input type="submit" class="btn" name="calendar_submit" value="{tr}Change preferences{/tr}" />
+ <input type="submit" class="btn btn-default" name="calendar_submit" value="{tr}Change preferences{/tr}" />
</div>
{/form}
{/strip}
diff --git a/templates/calendar_options_inc.tpl b/templates/calendar_options_inc.tpl
index f3d412b..91a971d 100644
--- a/templates/calendar_options_inc.tpl
+++ b/templates/calendar_options_inc.tpl
@@ -22,7 +22,7 @@
</div>
<div class="control-group submit">
- <input type="submit" class="btn" name="refresh" value="{tr}Update Calendar{/tr}" />
+ <input type="submit" class="btn btn-default" name="refresh" value="{tr}Update Calendar{/tr}" />
</div>
{/form}
{/strip}