* Modify the style of contact code.

This commit is contained in:
xieqiyu
2023-10-30 01:20:15 +00:00
parent 1426932152
commit b184173352
3 changed files with 27 additions and 39 deletions
+13 -19
View File
@@ -342,29 +342,23 @@ detailBody
set::value(),
set::placeholder($lang->contact->common)
) :
inputGroup
span
(
span
set('class', 'input-group-addon'),
a
(
set('class', 'input-group-addon'),
a
(
set('href', createLink('my', 'managecontacts', 'listID=0&mode=new')),
set('title', $lang->user->contacts->manage),
set('data-toggle', 'modal'),
icon('cog'),
)
set('class', 'mr-2'),
set('href', createLink('my', 'managecontacts', 'listID=0&mode=new')),
set('title', $lang->user->contacts->manage),
set('data-toggle', 'modal'),
icon('cog'),
),
span
a
(
set('class', 'input-group-addon'),
a
(
set('id', 'refreshMailto'),
set('class', 'text-black'),
set('href', 'javascript:void(0)'),
icon('refresh')
)
set('id', 'refreshMailto'),
set('class', 'text-black'),
set('href', 'javascript:void(0)'),
icon('refresh')
)
)
),