Skip to content
Snippets Groups Projects
Commit ec8724ae authored by gnaegi's avatar gnaegi
Browse files

OO-1211 adding missing back icon

parent a72999c2
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ public class StudentOverviewController extends BasicController implements Activa ...@@ -148,7 +148,7 @@ public class StudentOverviewController extends BasicController implements Activa
next.setEnabled(statements.size() > 1); next.setEnabled(statements.size() > 1);
backLink = toolbar.addToolbarLink("back", this, Position.left); backLink = toolbar.addToolbarLink("back", this, Position.left);
backLink.setIconLeftCSS("o_icon"); backLink.setIconLeftCSS("o_icon o_icon_back");
contactLink = LinkFactory.createButton("contact.link", detailsVC, this); contactLink = LinkFactory.createButton("contact.link", detailsVC, this);
contactLink.setIconLeftCSS("o_icon o_icon_mail"); contactLink.setIconLeftCSS("o_icon o_icon_mail");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment