mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Added 'save' string to settings button.
This commit is contained in:
parent
19aa849ac0
commit
2dc8b06d04
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue