Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate linked strings #457

Closed
tatsuvalue opened this issue Mar 5, 2020 · 1 comment
Closed

Separate linked strings #457

tatsuvalue opened this issue Mar 5, 2020 · 1 comment

Comments

@tatsuvalue
Copy link

mod/attendance/renderer.php, protected function render_view_controls(attendance_filter_controls $fcontrols), LINE219,

    foreach ($views as $key => $sview) {
        if ($key != $fcontrols->pageparams->view) {

// $link = html_writer::link($fcontrols->url(array('view' => $key)), $sview);
$link = html_writer::link($fcontrols->url(array('view' => $key)), $sview." ");
$viewcontrols .= html_writer::tag('span', $link, array('class' => 'attbtn'));
} else {
// $viewcontrols .= html_writer::tag('span', $sview, array('class' => 'attcurbtn'));
$viewcontrols .= html_writer::tag('span', $sview." ", array('class' => 'attcurbtn'));
}
}

image

@danmarsden
Copy link
Owner

closing this one - looks like it was a css issue with the theme in use - hopefully should be sorted now! - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants