NEW Add an option to show quick add feature
This commit is contained in:
parent
25fbd3b385
commit
ffd9693b17
@ -563,6 +563,13 @@ if ($mode == 'other') {
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Show Quick Add link
|
||||||
|
print '<tr class="oddeven"><td>' . $langs->trans("ShowQuickAddLink") . '</td><td>';
|
||||||
|
print ajax_constantonoff("MAIN_USE_TOP_MENU_QUICKADD_DROPDOWN", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
|
||||||
|
print '</td>';
|
||||||
|
print '<td width="20"> </td>';
|
||||||
|
print '</tr>';
|
||||||
|
|
||||||
// Show bugtrack link
|
// Show bugtrack link
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
print $form->textwithpicto($langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")), $langs->trans("ShowBugTrackLinkDesc"));
|
print $form->textwithpicto($langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")), $langs->trans("ShowBugTrackLinkDesc"));
|
||||||
|
|||||||
@ -2234,3 +2234,4 @@ TemplateforBusinessCards=Template for a business card in different size
|
|||||||
InventorySetup= Inventory Setup
|
InventorySetup= Inventory Setup
|
||||||
ExportUseLowMemoryMode=Use a low memory mode
|
ExportUseLowMemoryMode=Use a low memory mode
|
||||||
ExportUseLowMemoryModeHelp=Use the low memory mode to execute the exec of the dump (compression is done through a pipe instead of into the PHP memory). This method does not allow to check that file is completed and error message can't be reported if it fails.
|
ExportUseLowMemoryModeHelp=Use the low memory mode to execute the exec of the dump (compression is done through a pipe instead of into the PHP memory). This method does not allow to check that file is completed and error message can't be reported if it fails.
|
||||||
|
ShowQuickAddLink=Show a link to quickly add an element in top right menu
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user