mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Secondary info wrapped in small tag and using text-muted class.
This commit is contained in:
parent
4410c5fb8c
commit
05e6704e67
5 changed files with 10 additions and 5 deletions
|
@ -432,7 +432,8 @@ App.Pages.Admins = (function () {
|
|||
'text': name
|
||||
}),
|
||||
$('<br/>'),
|
||||
$('<span/>', {
|
||||
$('<small/>', {
|
||||
'class': 'text-muted',
|
||||
'text': info
|
||||
}),
|
||||
$('<br/>')
|
||||
|
|
|
@ -426,7 +426,8 @@ App.Pages.Customers = (function () {
|
|||
'text': name
|
||||
}),
|
||||
$('<br/>'),
|
||||
$('<span/>', {
|
||||
$('<small/>', {
|
||||
'class': 'text-muted',
|
||||
'text': info
|
||||
}),
|
||||
$('<br/>')
|
||||
|
|
|
@ -522,7 +522,8 @@ App.Pages.Providers = (function () {
|
|||
'text': name
|
||||
}),
|
||||
$('<br/>'),
|
||||
$('<span/>', {
|
||||
$('<small/>', {
|
||||
'class': 'text-muted',
|
||||
'text': info
|
||||
}),
|
||||
$('<br/>')
|
||||
|
|
|
@ -455,7 +455,8 @@ App.Pages.Secretaries = (function () {
|
|||
'text': name
|
||||
}),
|
||||
$('<br/>'),
|
||||
$('<span/>', {
|
||||
$('<small/>', {
|
||||
'class': 'text-muted',
|
||||
'text': info
|
||||
}),
|
||||
$('<br/>')
|
||||
|
|
|
@ -366,7 +366,8 @@ App.Pages.Services = (function () {
|
|||
'text': name
|
||||
}),
|
||||
$('<br/>'),
|
||||
$('<span/>', {
|
||||
$('<small/>', {
|
||||
'class': 'text-muted',
|
||||
'text': info
|
||||
}),
|
||||
$('<br/>')
|
||||
|
|
Loading…
Reference in a new issue