Secondary info wrapped in small tag and using text-muted class.

This commit is contained in:
Alex Tselegidis 2022-01-25 00:11:51 +01:00
parent 4410c5fb8c
commit 05e6704e67
5 changed files with 10 additions and 5 deletions

View File

@ -432,7 +432,8 @@ App.Pages.Admins = (function () {
'text': name
}),
$('<br/>'),
$('<span/>', {
$('<small/>', {
'class': 'text-muted',
'text': info
}),
$('<br/>')

View File

@ -426,7 +426,8 @@ App.Pages.Customers = (function () {
'text': name
}),
$('<br/>'),
$('<span/>', {
$('<small/>', {
'class': 'text-muted',
'text': info
}),
$('<br/>')

View File

@ -522,7 +522,8 @@ App.Pages.Providers = (function () {
'text': name
}),
$('<br/>'),
$('<span/>', {
$('<small/>', {
'class': 'text-muted',
'text': info
}),
$('<br/>')

View File

@ -455,7 +455,8 @@ App.Pages.Secretaries = (function () {
'text': name
}),
$('<br/>'),
$('<span/>', {
$('<small/>', {
'class': 'text-muted',
'text': info
}),
$('<br/>')

View File

@ -366,7 +366,8 @@ App.Pages.Services = (function () {
'text': name
}),
$('<br/>'),
$('<span/>', {
$('<small/>', {
'class': 'text-muted',
'text': info
}),
$('<br/>')