bsw/jbe@0: slot.put_into("title", _"Admin menu") bsw/jbe@0: bsw/jbe@0: bsw@371: ui.tag{ tag = "ul", content = function() bsw@371: ui.tag{ tag= "li", content = function() bsw@371: ui.link{ bsw@371: text = _"Policies", bsw@371: module = "admin", bsw@371: view = "policy_list", bsw@371: } bsw@371: end } bsw@371: ui.tag{ tag= "li", content = function() bsw@371: ui.link{ bsw@371: text = _"Units", bsw@371: module = "admin", bsw@371: view = "unit_list", bsw@371: } bsw@371: end } bsw@371: ui.tag{ tag= "li", content = function() bsw@371: ui.link{ bsw@371: text = _"Members", bsw@371: module = "admin", bsw@371: view = "member_list", bsw@371: } bsw@371: end } bsw@1007: ui.tag{ tag= "li", content = function() bsw@1007: ui.link{ bsw@1007: text = _"Cancel issue", bsw@1007: module = "admin", bsw@1007: view = "cancel_issue", bsw@1007: } bsw@1007: end } bsw@1007: end } bsw@1007: