Skip to content
Snippets Groups Projects
Commit 210c9dc5 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #4184 text to left firstname

parent 33e1f1e7
Branches
Tags
No related merge requests found
......@@ -241,8 +241,8 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
$tabNotes[$indNotes1][$indNotes2]["firstname"] = $tabNotes[$indNotes1][$indNotes2]['value'];
$tabNotes[$indNotes1][$indNotes2]["label"] = _FIRSTNAME;
$tabNotes[$indNotes1][$indNotes2]["size"] = 5;
$tabNotes[$indNotes1][$indNotes2]["label_align"] = "center";
$tabNotes[$indNotes1][$indNotes2]["align"] = "center";
$tabNotes[$indNotes1][$indNotes2]["label_align"] = "left";
$tabNotes[$indNotes1][$indNotes2]["align"] = "left";
$tabNotes[$indNotes1][$indNotes2]["valign"] = "bottom";
$tabNotes[$indNotes1][$indNotes2]["show"] = true;
$tabNotes[$indNotes1][$indNotes2]["order"] = "firstname";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment