Look and feel v18
This commit is contained in:
parent
2660948778
commit
800c2b4779
@ -1497,9 +1497,11 @@ class Holiday extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$out .= '</select>'."\n";
|
$out .= '</select>'."\n";
|
||||||
$out .= ajax_combobox($htmlname);
|
|
||||||
|
|
||||||
print $out;
|
$showempty= 0;
|
||||||
|
$out .= ajax_combobox($htmlname, array(), 0, 0, 'resolve', ($showempty < 0 ? (string) $showempty : '-1'), $morecss);
|
||||||
|
|
||||||
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user