commit
6d7b7ad4fe
@ -499,7 +499,7 @@ class FormTicketsup
|
|||||||
}
|
}
|
||||||
print '</select>';
|
print '</select>';
|
||||||
if ($user->admin && !$noadmininfo) {
|
if ($user->admin && !$noadmininfo) {
|
||||||
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1);
|
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -597,7 +597,7 @@ class FormTicketsup
|
|||||||
}
|
}
|
||||||
print '</select>';
|
print '</select>';
|
||||||
if ($user->admin && !$noadmininfo) {
|
if ($user->admin && !$noadmininfo) {
|
||||||
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1);
|
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -694,7 +694,7 @@ class FormTicketsup
|
|||||||
}
|
}
|
||||||
print '</select>';
|
print '</select>';
|
||||||
if ($user->admin && !$noadmininfo) {
|
if ($user->admin && !$noadmininfo) {
|
||||||
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1);
|
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -18,14 +18,14 @@
|
|||||||
# Generic
|
# Generic
|
||||||
#
|
#
|
||||||
|
|
||||||
Module110120Name = Tickets
|
Module56000Name=Tickets
|
||||||
Module110120Desc = Ticket system for incident management
|
Module56000Desc=Ticket system for incident management
|
||||||
|
|
||||||
Permission110121=See tickets
|
Permission56001=See tickets
|
||||||
Permission110122=Modify tickets
|
Permission56002=Modify tickets
|
||||||
Permission110123=Delete tickets
|
Permission56003=Delete tickets
|
||||||
Permission110124=Manage tickets
|
Permission56004=Manage tickets
|
||||||
Permission110125=See tickets of all thirdparties (not effective for external users, always be limited to the thirdparty they depend on)
|
Permission56005=See tickets of all thirdparties (not effective for external users, always be limited to the thirdparty they depend on)
|
||||||
|
|
||||||
TicketsupDictType=Tickets type
|
TicketsupDictType=Tickets type
|
||||||
TicketsupDictCategory=Tickets categories
|
TicketsupDictCategory=Tickets categories
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user