Responsive
This commit is contained in:
parent
bdb03c8bd0
commit
3774eae510
@ -1355,6 +1355,8 @@ if ($action == 'create') {
|
|||||||
}
|
}
|
||||||
$("#selectremindertype").select2("destroy");
|
$("#selectremindertype").select2("destroy");
|
||||||
$("#selectremindertype").select2();
|
$("#selectremindertype").select2();
|
||||||
|
$("#select_offsetunittype_duration").select2("destroy");
|
||||||
|
$("#select_offsetunittype_duration").select2();
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#selectremindertype").change(function(){
|
$("#selectremindertype").change(function(){
|
||||||
|
|||||||
@ -6544,7 +6544,7 @@ class Form
|
|||||||
unset($TDurationTypes[$value]);
|
unset($TDurationTypes[$value]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$retstring = '<select class="flat" id="select_'.$prefix.'type_duration" name="'.$prefix.'type_duration">';
|
$retstring = '<select class="flat minwidth75 maxwidth100" id="select_'.$prefix.'type_duration" name="'.$prefix.'type_duration">';
|
||||||
foreach ($TDurationTypes as $key => $typeduration) {
|
foreach ($TDurationTypes as $key => $typeduration) {
|
||||||
$retstring .= '<option value="'.$key.'"';
|
$retstring .= '<option value="'.$key.'"';
|
||||||
if ($key == $selected) {
|
if ($key == $selected) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user