Línea 67... |
Línea 67... |
67 |
$objs = array();
|
67 |
$objs = array();
|
Línea 68... |
Línea 68... |
68 |
|
68 |
|
69 |
$objs[] = $mform->createElement('static', $this->_name.'_s1', null,
|
69 |
$objs[] = $mform->createElement('static', $this->_name.'_s1', null,
|
70 |
html_writer::start_tag('div', array('class' => 'w-100 d-flex align-items-center')));
|
70 |
html_writer::start_tag('div', array('class' => 'w-100 d-flex align-items-center')));
|
71 |
$objs[] = $mform->createElement('static', $this->_name.'_s2', null,
|
71 |
$objs[] = $mform->createElement('static', $this->_name.'_s2', null,
|
72 |
html_writer::tag('div', get_string('isafter', 'filters'), array('class' => 'mr-2')));
|
72 |
html_writer::tag('div', get_string('isafter', 'filters'), array('class' => 'me-2')));
|
73 |
$objs[] = $mform->createElement('date_selector', $this->_name.'_sdt', null, array('optional' => true));
|
73 |
$objs[] = $mform->createElement('date_selector', $this->_name.'_sdt', null, array('optional' => true));
|
74 |
$objs[] = $mform->createElement('static', $this->_name.'_s3', null, html_writer::end_tag('div'));
|
74 |
$objs[] = $mform->createElement('static', $this->_name.'_s3', null, html_writer::end_tag('div'));
|
75 |
$objs[] = $mform->createElement('static', $this->_name.'_s4', null,
|
75 |
$objs[] = $mform->createElement('static', $this->_name.'_s4', null,
|
76 |
html_writer::start_tag('div', array('class' => 'w-100 d-flex align-items-center')));
|
76 |
html_writer::start_tag('div', array('class' => 'w-100 d-flex align-items-center')));
|
77 |
$objs[] = $mform->createElement('static', $this->_name.'_s5', null,
|
77 |
$objs[] = $mform->createElement('static', $this->_name.'_s5', null,
|
78 |
html_writer::tag('div', get_string('isbefore', 'filters'), array('class' => 'mr-2')));
|
78 |
html_writer::tag('div', get_string('isbefore', 'filters'), array('class' => 'me-2')));
|
79 |
$objs[] = $mform->createElement('date_selector', $this->_name.'_edt', null, array('optional' => true));
|
79 |
$objs[] = $mform->createElement('date_selector', $this->_name.'_edt', null, array('optional' => true));
|
Línea 80... |
Línea 80... |
80 |
$objs[] = $mform->createElement('static', $this->_name.'_s6', null, html_writer::end_tag('div'));
|
80 |
$objs[] = $mform->createElement('static', $this->_name.'_s6', null, html_writer::end_tag('div'));
|