Commit c6f4c8b2 by Felipe Montoya

i18n: staff/student toggle link

parent a5fd04a9
......@@ -47,9 +47,9 @@ masq = (function(){
var el = $('#staffstatus');
var setstat = function(status){
if (status=='student'){
el.html('<font color="green">Student view</font>');
el.html('<font color="green">${_("Student view")}</font>');
}else{
el.html('<font color="red">Staff view</font>');
el.html('<font color="red">${_("Staff view")}</font>');
}
}
setstat('${masquerade}');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment