mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Changed settings save-buttons to extra small.
This commit is contained in:
parent
d13c98003e
commit
71f21fd366
1 changed files with 432 additions and 432 deletions
|
@ -60,7 +60,7 @@
|
|||
<legend>
|
||||
<?php echo $this->lang->line('general_settings'); ?>
|
||||
<?php if ($privileges[PRIV_SYSTEM_SETTINGS]['edit'] == TRUE) { ?>
|
||||
<button type="button" class="save-settings btn btn-primary btn-sm">
|
||||
<button type="button" class="save-settings btn btn-primary btn-xs">
|
||||
<?php echo $this->lang->line('save'); ?>
|
||||
</button>
|
||||
<?php } ?>
|
||||
|
@ -115,7 +115,7 @@
|
|||
<legend>
|
||||
<?php echo $this->lang->line('business_logic'); ?>
|
||||
<?php if ($privileges[PRIV_SYSTEM_SETTINGS]['edit'] == TRUE) { ?>
|
||||
<button type="button" class="save-settings btn btn-primary btn-sm">
|
||||
<button type="button" class="save-settings btn btn-primary btn-xs">
|
||||
<?php echo $this->lang->line('save'); ?>
|
||||
</button>
|
||||
<?php } ?>
|
||||
|
@ -283,7 +283,7 @@
|
|||
<legend>
|
||||
<?php echo $this->lang->line('personal_information'); ?>
|
||||
<?php if ($privileges[PRIV_USER_SETTINGS]['edit'] == TRUE) { ?>
|
||||
<button type="button" class="save-settings btn btn-primary btn-sm">
|
||||
<button type="button" class="save-settings btn btn-primary btn-xs">
|
||||
<?php echo $this->lang->line('save'); ?>
|
||||
</button>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in a new issue