Minor lool enhancement
This commit is contained in:
parent
ff96ebf381
commit
0d9a86db3f
@ -656,7 +656,7 @@ if ($action == 'create')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Title
|
// 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
|
// Full day
|
||||||
print '<tr><td>'.$langs->trans("EventOnFullDay").'</td><td><input type="checkbox" id="fullday" name="fullday" '.(GETPOST('fullday')?' checked':'').'></td></tr>';
|
print '<tr><td>'.$langs->trans("EventOnFullDay").'</td><td><input type="checkbox" id="fullday" name="fullday" '.(GETPOST('fullday')?' checked':'').'></td></tr>';
|
||||||
|
|||||||
@ -797,7 +797,7 @@ else
|
|||||||
{
|
{
|
||||||
print '<tr><td><label for="socid">'.$langs->trans("ThirdParty").'</label></td>';
|
print '<tr><td><label for="socid">'.$langs->trans("ThirdParty").'</label></td>';
|
||||||
print '<td colspan="3" class="maxwidthonsmartphone">';
|
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 '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -438,6 +438,9 @@ th .button {
|
|||||||
.quatrevingtpercent, .inputsearch {
|
.quatrevingtpercent, .inputsearch {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
.soixantepercent {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
textarea.centpercent {
|
textarea.centpercent {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
@ -3832,7 +3835,7 @@ dl.dropdown {
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
top:2px;
|
top:2px;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
max-height: 200px;
|
max-height: 300px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.dropdown span.value {
|
.dropdown span.value {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 214 B |
@ -425,6 +425,9 @@ th .button {
|
|||||||
.quatrevingtpercent, .inputsearch {
|
.quatrevingtpercent, .inputsearch {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
.soixantepercent {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
textarea.centpercent {
|
textarea.centpercent {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
@ -3613,7 +3616,7 @@ span.noborderoncategories a, li.noborderoncategories a {
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
span.noborderoncategories {
|
span.noborderoncategories {
|
||||||
padding: 5px 5px 0px 5px;
|
padding: 3px 5px 0px 5px;
|
||||||
}
|
}
|
||||||
.categtextwhite, .treeview .categtextwhite.hover {
|
.categtextwhite, .treeview .categtextwhite.hover {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
@ -3664,7 +3667,7 @@ dl.dropdown {
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
top:2px;
|
top:2px;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
max-height: 200px;
|
max-height: 300px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.dropdown span.value {
|
.dropdown span.value {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user