Added 'save' string to settings button.

This commit is contained in:
Alex Tselegidis 2016-07-11 22:57:44 +02:00
parent 19aa849ac0
commit 2dc8b06d04
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,7 @@
<button type="button" class="save-settings btn btn-primary btn-xs" <button type="button" class="save-settings btn btn-primary btn-xs"
title="<?php echo $this->lang->line('save'); ?>"> title="<?php echo $this->lang->line('save'); ?>">
<span class="glyphicon glyphicon-floppy-disk"></span> <span class="glyphicon glyphicon-floppy-disk"></span>
<?php echo $this->lang->line('save'); ?>
</button> </button>
<?php } ?> <?php } ?>
</legend> </legend>
@ -168,6 +169,7 @@
<button type="button" class="save-settings btn btn-primary btn-xs" <button type="button" class="save-settings btn btn-primary btn-xs"
title="<?php echo $this->lang->line('save'); ?>"> title="<?php echo $this->lang->line('save'); ?>">
<span class="glyphicon glyphicon-floppy-disk"></span> <span class="glyphicon glyphicon-floppy-disk"></span>
<?php echo $this->lang->line('save'); ?>
</button> </button>
<?php } ?> <?php } ?>
</legend> </legend>
@ -337,6 +339,7 @@
<button type="button" class="save-settings btn btn-primary btn-xs" <button type="button" class="save-settings btn btn-primary btn-xs"
title="<?php echo $this->lang->line('save'); ?>"> title="<?php echo $this->lang->line('save'); ?>">
<span class="glyphicon glyphicon-floppy-disk"></span> <span class="glyphicon glyphicon-floppy-disk"></span>
<?php echo $this->lang->line('save'); ?>
</button> </button>
<?php } ?> <?php } ?>
</legend> </legend>