mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Fixed aligment
This commit is contained in:
@@ -74,6 +74,7 @@ function OpenBossMenu(society, close, options)
|
||||
'default', GetCurrentResourceName(), 'boss_actions_' .. society,
|
||||
{
|
||||
title = 'Patron',
|
||||
align = 'top-left',
|
||||
elements = elements
|
||||
},
|
||||
function(data, menu)
|
||||
@@ -182,6 +183,7 @@ function OpenManageEmployeesMenu(society)
|
||||
'default', GetCurrentResourceName(), 'manage_employees_' .. society,
|
||||
{
|
||||
title = _U('employee_management'),
|
||||
align = 'top-left',
|
||||
elements = {
|
||||
{label = _U('employee_list'), value = 'employee_list'},
|
||||
{label = _U('recruit'), value = 'recruit'},
|
||||
@@ -277,6 +279,7 @@ function OpenRecruitMenu(society)
|
||||
'default', GetCurrentResourceName(), 'recruit_' .. society,
|
||||
{
|
||||
title = _U('recruiting'),
|
||||
align = 'top-left',
|
||||
elements = elements
|
||||
},
|
||||
function(data, menu)
|
||||
@@ -285,6 +288,7 @@ function OpenRecruitMenu(society)
|
||||
'default', GetCurrentResourceName(), 'recruit_confirm_' .. society,
|
||||
{
|
||||
title = _U('do_you_want_to_recruit', data.current.name),
|
||||
align = 'top-left',
|
||||
elements = {
|
||||
{label = _U('yes'), value = 'yes'},
|
||||
{label = _U('no'), value = 'no'},
|
||||
@@ -335,6 +339,7 @@ function OpenPromoteMenu(society, employee)
|
||||
'default', GetCurrentResourceName(), 'promote_employee_' .. society,
|
||||
{
|
||||
title = _U('promote_employee', employee.name),
|
||||
align = 'top-left',
|
||||
elements = elements
|
||||
},
|
||||
function(data, menu)
|
||||
@@ -372,6 +377,7 @@ function OpenManageGradesMenu(society)
|
||||
'default', GetCurrentResourceName(), 'manage_grades_' .. society,
|
||||
{
|
||||
title = _U('salary_management'),
|
||||
align = 'top-left',
|
||||
elements = elements
|
||||
},
|
||||
function(data, menu)
|
||||
|
||||
Reference in New Issue
Block a user