notify-events: i18n, show details, menu entry
* add menu entry * toggle details * show status icons instead of text * internationalization
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
<div><a href="create-events.cgi?project_id=<TMPL_VAR project_id>&studio_id=<TMPL_VAR default_studio_id>"><img src="image/create-events.svg"> <TMPL_VAR .loc.create-events></a></div>
|
||||
</TMPL_IF>
|
||||
|
||||
<TMPL_IF allow.read_user>
|
||||
<div><a href="notify-events.cgi?project_id=<TMPL_VAR project_id>&studio_id=<TMPL_VAR default_studio_id>"&duration=7><img src="image/notify.svg"> <TMPL_VAR .loc.notify-events></a></div>
|
||||
</TMPL_IF>
|
||||
|
||||
<TMPL_IF .allow.read_playout>
|
||||
<div><a href="show-playout.cgi?project_id=<TMPL_VAR project_id>&studio_id=<TMPL_VAR default_studio_id>"><img src="image/play-circle.svg"> <TMPL_VAR .loc.playout></a></div>
|
||||
</TMPL_IF>
|
||||
|
||||
Reference in New Issue
Block a user