Look: Uniformize look and feel

This commit is contained in:
Laurent Destailleur 2011-09-08 21:11:09 +00:00
parent 5032f1a81f
commit 4329db8608

View File

@ -121,10 +121,10 @@ if ($_socid > 0)
print '<tr><td colspan="2" width="25%">';
print $langs->trans("NoteReason").'</td><td colspan="2"><input type="text" size="60" name="note" value="'.$_POST["note"].'"></td></tr>';
print '<tr><td colspan="4" align="center"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td></tr>';
print "</table>";
print '<center><input type="submit" class="button" value="'.$langs->trans("Modify").'"></center>';
print "</form>";
print "</div>\n";