forked from Wavyzz/dolibarr
Merge branch '3.7' of git@github.com:Dolibarr/dolibarr.git into 3.7
This commit is contained in:
@@ -789,10 +789,11 @@ else
|
||||
print '</label>';
|
||||
print ' ';
|
||||
print '<label for="radioprivate">';
|
||||
print '<input type="radio" id="radioprivate" class="flat" name="private" value="1"'.($private?' checked="checked"':'').'>';
|
||||
print ' ';
|
||||
print $langs->trans("Individual");
|
||||
print '<div class="hideonsmartphone">('.$langs->trans("ToCreateContactWithSameName").')</div>';
|
||||
$text ='<input type="radio" id="radioprivate" class="flat" name="private" value="1"'.($private?' checked="checked"':'').'>';
|
||||
$text.=' ';
|
||||
$text.= $langs->trans("Individual");
|
||||
$htmltext=$langs->trans("ToCreateContactWithSameName");
|
||||
print $form->textwithpicto($text, $htmltext, 1, 'help', '', 0, 3);
|
||||
print '</label>';
|
||||
print '</div>';
|
||||
print "<br>\n";
|
||||
|
||||
@@ -148,3 +148,11 @@ background: #DDDFDD;
|
||||
|
||||
table { font-size: 12px; }
|
||||
table.login { border: 1px solid #C0C0C0; background: #F0F0F0; font-size: 12px; }
|
||||
|
||||
.inline-block
|
||||
{
|
||||
display:inline-block;
|
||||
vertical-align: top;
|
||||
margin: 12px;
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user