[ bug #1589 ] Menu type in "Edit menu" page is not translated
This commit is contained in:
parent
ba70c1a08a
commit
74e16db632
@ -25,6 +25,7 @@ Fix: [ bug #1544 ] Can remove date from invoice.
|
|||||||
Fix: list event view lost type event filter.
|
Fix: list event view lost type event filter.
|
||||||
Fix: Add code save on create event.
|
Fix: Add code save on create event.
|
||||||
Fix: SQL injection.
|
Fix: SQL injection.
|
||||||
|
Fix: [ bug #1589 ] Menu type in "Edit menu" page is not translated
|
||||||
|
|
||||||
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
|
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
|
||||||
Fix: Hide title of event when agenda module disabled.
|
Fix: Hide title of event when agenda module disabled.
|
||||||
|
|||||||
@ -317,7 +317,7 @@ if ($action == 'create')
|
|||||||
print '<tr><td class="fieldrequired">'.$langs->trans('Type').'</td><td>';
|
print '<tr><td class="fieldrequired">'.$langs->trans('Type').'</td><td>';
|
||||||
if ($parent_rowid)
|
if ($parent_rowid)
|
||||||
{
|
{
|
||||||
print 'Left';
|
print $langs->trans('Left');
|
||||||
print '<input type="hidden" name="type" value="left">';
|
print '<input type="hidden" name="type" value="left">';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user