mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Remove old "glyphicon" icons.
This commit is contained in:
parent
58ad2e43a1
commit
e87ef4a4c1
6 changed files with 19 additions and 19 deletions
|
@ -195,7 +195,7 @@
|
|||
</label>
|
||||
<br>
|
||||
<button type="button" id="require-phone-number" class="btn btn-light" data-toggle="button" aria-pressed="false">
|
||||
<span class="glyphicon glyphicon-phone-alt"></span>
|
||||
<i class="fas fa-phone-alt"></i>
|
||||
<?= lang('require_phone_number') ?>
|
||||
</button>
|
||||
<span class="help-block">
|
||||
|
@ -206,7 +206,7 @@
|
|||
<label><?= lang('any_provider') ?></label>
|
||||
<br>
|
||||
<button type="button" id="display-any-provider" class="btn btn-light" data-toggle="button" aria-pressed="false">
|
||||
<span class="glyphicon glyphicon-user"></span>
|
||||
<i class="fas fa-user"></i>
|
||||
<?= lang('display_any_provider') ?>
|
||||
</button>
|
||||
<span class="help-block">
|
||||
|
@ -256,7 +256,7 @@
|
|||
|
||||
<div class="text-right">
|
||||
<button class="btn btn-light" id="apply-global-working-plan" type="button">
|
||||
<span class="glyphicon glyphicon-ok"></span>
|
||||
<i class="fas fa-check"></i>
|
||||
<?= lang('apply_to_all_providers') ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -266,7 +266,7 @@
|
|||
|
||||
<div>
|
||||
<button type="button" class="add-extra-periods btn btn-info">
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
<i class="fas fa-plus"></i>
|
||||
<?= lang('add_extra_period') ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -191,12 +191,12 @@ body {
|
|||
margin-top: 7px;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .captcha-title .glyphicon-refresh {
|
||||
#book-appointment-wizard .captcha-title .fa-sync-alt {
|
||||
cursor: pointer;
|
||||
transition: all 0.3s linear;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .captcha-title .glyphicon-refresh:hover {
|
||||
#book-appointment-wizard .captcha-title .fa-sync-alt:hover {
|
||||
color: #1A865F;
|
||||
}
|
||||
|
||||
|
|
|
@ -317,7 +317,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
|||
'class': 'btn btn-xs btn-light previous',
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-chevron-left'
|
||||
'class': 'fas fa-chevron-left'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
@ -334,7 +334,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
|||
'class': 'btn btn-xs btn-light next',
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-chevron-right'
|
||||
'class': 'fas fa-chevron-right'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
|
|
@ -518,7 +518,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
|||
'target': '_blank',
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-map-marker'
|
||||
'class': 'fas fa-map-marker-alt'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
@ -542,7 +542,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
|||
'target': '_blank',
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-envelope'
|
||||
'class': 'far fa-envelope'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
@ -566,7 +566,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
|||
'target': '_blank',
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-earphone'
|
||||
'class': 'fas fa-phone-alt'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
'title': EALang.edit,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-pencil'
|
||||
'class': 'far fa-edit'
|
||||
})
|
||||
]
|
||||
}),
|
||||
|
@ -235,7 +235,7 @@
|
|||
'title': EALang.delete,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-trash'
|
||||
'class': 'far fa-trash-alt'
|
||||
})
|
||||
]
|
||||
}),
|
||||
|
@ -245,7 +245,7 @@
|
|||
'title': EALang.save,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-ok'
|
||||
'class': 'far fa-check-circle'
|
||||
})
|
||||
]
|
||||
}),
|
||||
|
@ -255,7 +255,7 @@
|
|||
'title': EALang.cancel,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-ban-circle'
|
||||
'class': 'fas fa-ban'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
@ -584,7 +584,7 @@
|
|||
'title': EALang.edit,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-pencil'
|
||||
'class': 'far fa-edit'
|
||||
})
|
||||
]
|
||||
}),
|
||||
|
@ -594,7 +594,7 @@
|
|||
'title': EALang.delete,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-trash'
|
||||
'class': 'far fa-trash-alt'
|
||||
})
|
||||
]
|
||||
}),
|
||||
|
@ -604,7 +604,7 @@
|
|||
'title': EALang.save,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-ok'
|
||||
'class': 'far fa-check-circle'
|
||||
})
|
||||
]
|
||||
}),
|
||||
|
@ -614,7 +614,7 @@
|
|||
'title': EALang.cancel,
|
||||
'html': [
|
||||
$('<span/>', {
|
||||
'class': 'glyphicon glyphicon-ban-circle'
|
||||
'class': 'fas fa-ban'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue