alert on sessions in PCB and PDB simultaneously added

parent 48b4080a
...@@ -299,9 +299,10 @@ ...@@ -299,9 +299,10 @@
"serial_not_created": "Serial number couldn't be created", "serial_not_created": "Serial number couldn't be created",
"server_error": "An error has been reported when connecting to the server.", "server_error": "An error has been reported when connecting to the server.",
"session": "Session", "session": "Session",
"session_closed": "Pending session is now closed",
"session_mean_length": "Session mean length: {{hours}} hours", "session_mean_length": "Session mean length: {{hours}} hours",
"session_notes": "Session notes", "session_notes": "Session notes",
"session_closed": "Pending session is now closed", "session_recommendation": "If the session is going to be controlled from a tablet (using the app in therapist mode), please, do not use this page to avoid interferences.",
"sessions": "Sessions", "sessions": "Sessions",
"sessions_of": "Sessions of", "sessions_of": "Sessions of",
"setup": "Setup", "setup": "Setup",
......
...@@ -300,9 +300,10 @@ ...@@ -300,9 +300,10 @@
"serial_not_created": "No se ha podido crear el número de serie", "serial_not_created": "No se ha podido crear el número de serie",
"server_error": "No se ha podido conectar con el servidor.", "server_error": "No se ha podido conectar con el servidor.",
"session": "Sesión", "session": "Sesión",
"session_closed": "La sesión abierta está ahora cerrada",
"session_mean_length": "Duración media de sesión: {{hours}} horas", "session_mean_length": "Duración media de sesión: {{hours}} horas",
"session_notes": "Notas de sesión", "session_notes": "Notas de sesión",
"session_closed": "La sesión abierta está ahora cerrada", "session_recommendation": "Si la sesión se va a controlar desde una tablet (usando la app en modo terapeuta), por favor, no use esta página evitar interferencias.",
"sessions_of": "Sesiones de", "sessions_of": "Sesiones de",
"sessions": "Sesiones", "sessions": "Sesiones",
"setup": "Configuración", "setup": "Configuración",
......
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
</div> </div>
</button> </button>
</div> </div>
<!-- / number of sessions and dropdown button -->
<!-- controls for session recording--> <!-- controls for session recording-->
<div ng-show="studentData.num_peers<2 && section == 'new'" class="form-group"> <div ng-show="studentData.num_peers<2 && section == 'new'" class="form-group">
...@@ -97,6 +96,14 @@ ...@@ -97,6 +96,14 @@
</div> </div>
<!-- first row with instruction select and controls --> <!-- first row with instruction select and controls -->
<div class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<span class="glyphicon glyphicon-exclamation-sign text-warning" aria-hidden="true"></span>
{{ 'session_recommendation' | translate }}
</div>
<div id="tries"> <div id="tries">
<!-- alert on non closed session --> <!-- alert on non closed session -->
<div class="alert alert-danger" role="alert" ng-show="ws_recover"> <div class="alert alert-danger" role="alert" ng-show="ws_recover">
......
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 sign in to comment