Minor lool enhancement

This commit is contained in:
Laurent Destailleur 2016-03-30 00:06:55 +02:00
parent ff96ebf381
commit 0d9a86db3f
5 changed files with 11 additions and 5 deletions

View File

@ -656,7 +656,7 @@ if ($action == 'create')
}
// Title
print '<tr><td'.(empty($conf->global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").'</td><td><input type="text" id="label" name="label" size="60" value="'.GETPOST('label').'"></td></tr>';
print '<tr><td'.(empty($conf->global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").'</td><td><input type="text" id="label" name="label" class="soixantepercent" value="'.GETPOST('label').'"></td></tr>';
// Full day
print '<tr><td>'.$langs->trans("EventOnFullDay").'</td><td><input type="checkbox" id="fullday" name="fullday" '.(GETPOST('fullday')?' checked':'').'></td></tr>';

View File

@ -797,7 +797,7 @@ else
{
print '<tr><td><label for="socid">'.$langs->trans("ThirdParty").'</label></td>';
print '<td colspan="3" class="maxwidthonsmartphone">';
print $form->select_company(GETPOST('socid','int')?GETPOST('socid','int'):($object->socid?$object->socid:-1),'socid','',1);
print $form->select_company(GETPOST('socid','int')?GETPOST('socid','int'):($object->socid?$object->socid:-1), 'socid', '', $langs->trans("SelectThirdParty"));
print '</td>';
print '</tr>';
}

View File

@ -438,6 +438,9 @@ th .button {
.quatrevingtpercent, .inputsearch {
width: 80%;
}
.soixantepercent {
width: 60%;
}
textarea.centpercent {
width: 96%;
}
@ -3832,7 +3835,7 @@ dl.dropdown {
position:absolute;
top:2px;
list-style:none;
max-height: 200px;
max-height: 300px;
overflow: auto;
}
.dropdown span.value {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

After

Width:  |  Height:  |  Size: 214 B

View File

@ -425,6 +425,9 @@ th .button {
.quatrevingtpercent, .inputsearch {
width: 80%;
}
.soixantepercent {
width: 60%;
}
textarea.centpercent {
width: 96%;
}
@ -3613,7 +3616,7 @@ span.noborderoncategories a, li.noborderoncategories a {
line-height: normal;
}
span.noborderoncategories {
padding: 5px 5px 0px 5px;
padding: 3px 5px 0px 5px;
}
.categtextwhite, .treeview .categtextwhite.hover {
color: #fff !important;
@ -3664,7 +3667,7 @@ dl.dropdown {
position:absolute;
top:2px;
list-style:none;
max-height: 200px;
max-height: 300px;
overflow: auto;
}
.dropdown span.value {