| Línea 224... |
Línea 224... |
| 224 |
echo '<label for="menutimefrom">'.get_string('lookback').'</label>'."\n";
|
224 |
echo '<label for="menutimefrom">'.get_string('lookback').'</label>'."\n";
|
| 225 |
echo html_writer::select($timeoptions,'timefrom',$timefrom);
|
225 |
echo html_writer::select($timeoptions,'timefrom',$timefrom);
|
| 226 |
echo '<label for="menuroleid">'.get_string('showonly').'</label>'."\n";
|
226 |
echo '<label for="menuroleid">'.get_string('showonly').'</label>'."\n";
|
| 227 |
echo html_writer::select($roleoptions,'roleid',$roleid,false);
|
227 |
echo html_writer::select($roleoptions,'roleid',$roleid,false);
|
| 228 |
echo '<label for="menuaction">'.get_string('showactions').'</label>'."\n";
|
228 |
echo '<label for="menuaction">'.get_string('showactions').'</label>'."\n";
|
| 229 |
echo html_writer::select($actionoptions, 'action', $action, false, ['class' => 'mr-1']);
|
229 |
echo html_writer::select($actionoptions, 'action', $action, false, ['class' => 'me-1']);
|
| 230 |
echo '<input type="submit" value="'.get_string('go').'" class="btn btn-primary"/>'."\n</div></form>\n";
|
230 |
echo '<input type="submit" value="'.get_string('go').'" class="btn btn-primary"/>'."\n</div></form>\n";
|
| 231 |
}
|
231 |
}
|