mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
menu bug fixes
This commit is contained in:
parent
6c73ffddb3
commit
320b87b77e
@ -37,14 +37,8 @@ ui_require_css_file('first_task');
|
|||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<form action="index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service" method="post">
|
<form action="index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service" method="post">
|
||||||
<?php
|
<input type="submit" class="button_task" value="<?php echo __('Create Services'); ?>" />
|
||||||
html_print_submit_button(
|
|
||||||
__('Create Services'),
|
|
||||||
'createServiceButton'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
@ -185,7 +185,7 @@ if ($access_console_node === true) {
|
|||||||
$sub['templates']['sub2'] = $sub2;
|
$sub['templates']['sub2'] = $sub2;
|
||||||
|
|
||||||
$sub['godmode/modules/manage_inventory_modules']['text'] = __('Inventory modules');
|
$sub['godmode/modules/manage_inventory_modules']['text'] = __('Inventory modules');
|
||||||
$sub['godmode/modules/manage_inventory_modules']['id'] = 'Inventory modules';
|
$sub['godmode/modules/manage_inventory_modules']['id'] = 'Inventory_modules';
|
||||||
|
|
||||||
enterprise_hook('autoconfiguration_menu');
|
enterprise_hook('autoconfiguration_menu');
|
||||||
enterprise_hook('agent_repository_menu');
|
enterprise_hook('agent_repository_menu');
|
||||||
|
@ -10002,6 +10002,10 @@ input[type="submit"].secondary:active {
|
|||||||
color: #0d312f;
|
color: #0d312f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="file"] {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
button.buttonButton,
|
button.buttonButton,
|
||||||
button.submitButton {
|
button.submitButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user