Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.2 KiB

5 years ago
  1. <div class="modal fade" tabindex="-1" role="dialog" id="wnModal" aria-labelledby="wmModalLabel" data-urlajax="{{ path('admin_app_tarea_getTareasPendientesRevisionAjax', {userId:userId, classId:classId}) }}" data-userid="{{ userId }}" data-classid="{{ classId }}">
  2. <div class="modal-dialog" role="document">
  3. <div class="modal-content">
  4. <div class="modal-header">
  5. <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  6. <h4 class="modal-title" id="wmModalLabel">{{'What\'s new' | trans({}, 'dashboard')}}</h4>
  7. </div>
  8. <div class="modal-body">
  9. <div class="body-content-scrollable" id="body-whats-new">
  10. {{ include('dashboard/incubado/tareas_pendientes_content.html.twig', {tareasPend:tareasPend, userId:userId}) }}
  11. </div>
  12. </div>
  13. <div class="modal-footer">
  14. <button type="button" class="btn btn-default" data-dismiss="modal">{{'Close' | trans({}, 'dashboard')}}</button>
  15. </div>
  16. </div><!-- /.modal-content -->
  17. </div><!-- /.modal-dialog -->
  18. </div><!-- /.modal -->