mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Minor fixes visual styles
This commit is contained in:
parent
758d04333d
commit
6d37781255
@ -352,6 +352,42 @@ $table_styles->data[$row][] = html_print_label_input_block(
|
|||||||
'width: 100%'
|
'width: 100%'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$table_styles->data[$row][] = html_print_label_input_block(
|
||||||
|
__('Status icon set'),
|
||||||
|
html_print_div(
|
||||||
|
[
|
||||||
|
'class' => 'select-with-sibling',
|
||||||
|
'content' => html_print_select(
|
||||||
|
$iconsets,
|
||||||
|
'status_images_set',
|
||||||
|
$config['status_images_set'],
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'width: 240px'
|
||||||
|
).html_print_button(
|
||||||
|
__('View'),
|
||||||
|
'status_set_preview',
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
[
|
||||||
|
'icon' => 'camera',
|
||||||
|
'mode' => 'link',
|
||||||
|
'class' => 'logo_preview',
|
||||||
|
],
|
||||||
|
true
|
||||||
|
),
|
||||||
|
],
|
||||||
|
true
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$row++;
|
$row++;
|
||||||
$table_styles->data[$row][] = html_print_label_input_block(
|
$table_styles->data[$row][] = html_print_label_input_block(
|
||||||
__('Custom favicon'),
|
__('Custom favicon'),
|
||||||
@ -374,7 +410,10 @@ $table_styles->data[$row][] = html_print_label_input_block(
|
|||||||
).html_print_image(
|
).html_print_image(
|
||||||
ui_get_favicon(),
|
ui_get_favicon(),
|
||||||
true,
|
true,
|
||||||
['id' => 'favicon_preview']
|
[
|
||||||
|
'id' => 'favicon_preview',
|
||||||
|
'style' => 'margin-left: 10px',
|
||||||
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
@ -498,7 +537,7 @@ $table_styles->data[$row][] = html_print_label_input_block(
|
|||||||
html_print_div(
|
html_print_div(
|
||||||
[
|
[
|
||||||
'class' => 'select-with-sibling',
|
'class' => 'select-with-sibling',
|
||||||
'content' => $entOpenFilesInput.html_print_button(
|
'content' => $customLogoLoginInput.html_print_button(
|
||||||
__('View'),
|
__('View'),
|
||||||
'custom_logo_login_preview',
|
'custom_logo_login_preview',
|
||||||
$open,
|
$open,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user