aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r--admin/themes/default/template/configuration.tpl3
-rw-r--r--admin/themes/default/template/intro.tpl2
2 files changed, 2 insertions, 3 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl
index df4df0157..eab3aa8d3 100644
--- a/admin/themes/default/template/configuration.tpl
+++ b/admin/themes/default/template/configuration.tpl
@@ -502,9 +502,8 @@ jQuery(document).ready(function(){
{/if}
{if !isset($default)}
- <p>
+ <p class="formButtons">
<input class="submit" type="submit" name="submit" value="{'Save Settings'|@translate}">
- <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
</p>
</form>
{/if}
diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl
index 679a3565f..fc460c115 100644
--- a/admin/themes/default/template/intro.tpl
+++ b/admin/themes/default/template/intro.tpl
@@ -98,7 +98,7 @@ jQuery().ready(function(){
</div>
<div class="bigbutton">
<span class="bigtext">{'Quick Local Synchronization'|@translate}</span>
-<input type="submit" value="" name="submit">
+<input type="submit" value="{'Quick Local Synchronization'|@translate}" name="submit">
</div>
</form>
{/if} \ No newline at end of file