{% extends "IcapDropzoneBundle:Dropzone:edit.html.twig" %} {% form_theme form "ClarolineCoreBundle:Form:date_time_picker.html.twig" %} {% form_theme form "IcapDropzoneBundle::form_theme_bootstrap3.html.twig" %} {% block dropzone_edit_navTabs_param_link %} # {% endblock %} {% block drop_zone_content_edit %} {##} {#

{{ 'Common information'|trans({}, 'icap_dropzone') }}

#}
{{ form_errors(form) }}

{{ 'common_explication'|trans({}, 'icap_dropzone')|raw }}

{{ 'Instruction'|trans({}, 'icap_dropzone') }}

{{ form_row(form.instruction, {'input_col_size': 'col-md-12', 'label_col_size': '', 'label_attr': {'style': 'display: none;'}}) }}

{{ 'Document type allowed'|trans({}, 'icap_dropzone') }}

{{ 'Select the types of documents that learners can make'|trans({}, 'icap_dropzone') }}

{{ form_row(form.allowUpload, {'input_col_size': 'col-lg-offset-2 col-lg-10', 'label_attr': {'class': 'control-label'}}) }} {{ form_row(form.allowRichText, {'input_col_size': 'col-lg-offset-2 col-lg-10', 'label_attr': {'class': 'control-label'}}) }} {{ form_row(form.allowWorkspaceResource, {'input_col_size': 'col-lg-offset-2 col-lg-10', 'label_attr': {'class': 'control-label'}}) }} {{ form_row(form.allowUrl, {'input_col_size': 'col-lg-offset-2 col-lg-10', 'label_attr': {'class': 'control-label'}}) }}

{{ 'Type of evaluation'|trans({}, 'icap_dropzone') }}

{{ 'Select how copies will be corrected'|trans({}, 'icap_dropzone') }}

{{ form_row(form.peerReview, {'label_attr': {'style': 'display: none;'}}) }}
{{ 'Expected total correction'|trans({}, 'icap_dropzone') }}
{{ form_row(form.expectedTotalCorrection, {'input_col_size': 'col-lg-4', 'label_col_size': '', 'attr': {'style': 'width: 60px;'}, 'label_attr': {'style': 'display: none;'}}) }}
{{ form_row(form.diplayCorrectionsToLearners, {'label_attr': { 'style': 'font-weight: normal;' }}) }}
{{ form_row(form.allowCorrectionDeny, {'label_attr': { 'style': 'font-weight: normal;'}}) }}

{{ 'Rating'|trans({}, 'icap_dropzone') }}

{{ form_row(form.displayNotationToLearners, {'input_col_size': 'col-lg-offset-2 col-lg-10', 'label_attr': {'class': 'control-label', 'style': 'font-weight: normal;'}}) }} {{ form_row(form.displayNotationMessageToLearners, {'input_col_size': 'col-lg-offset-2 col-lg-10', 'label_attr': {'class': 'control-label', 'style': 'font-weight: normal;'}}) }}

{{ 'Planning'|trans({}, 'icap_dropzone') }}

{{ 'Planification instruction'|trans({}, 'icap_dropzone') }}

{{ 'Planification peer review instruction'|trans({}, 'icap_dropzone') }}

{{ form_errors(form.manualPlanning) }}
{{ 'Choose current phase'|trans({}, 'icap_dropzone') }}
{{ form_row(form.manualState, {'label_attr': {'style': 'display: none;'}}) }}
{{ form_row(form.startAllowDrop, {'label_attr': {'class': 'control-label col-xs-offset-2 col-xs-12 col-sm-2', 'style': 'font-weight: normal;' }} ) }}
{{ form_row(form.endAllowDrop, {'label_attr': {'class': 'control-label col-xs-offset-2 col-xs-12 col-sm-2', 'style': 'font-weight: normal;' }} ) }}
{{ form_row(form.autoCloseOpenedDropsWhenTimeIsUp,{'label_attr': {'class': 'control-label popoverItem ', 'style': 'font-weight: normal;', 'data-toggle':'popover','data-placement':'top','data-content': 'dropzone_startedNotValidatedYet_infos'|trans({}, 'icap_dropzone')|raw }} ) }}
{{ form_row(form.startReview, {'label_attr': {'class': 'control-label col-xs-offset-2 col-xs-12 col-sm-2', 'style': 'font-weight: normal;' }} ) }}
{{ form_row(form.endReview, {'label_attr': {'class': 'control-label col-xs-offset-2 col-xs-12 col-sm-2', 'style': 'font-weight: normal;'} } ) }}

{{ 'Notifications'|trans({}, 'icap_dropzone') }}

{{ form_errors(form.notifyOnDrop) }} {{ form_widget(form.notifyOnDrop) }}
{{ 'Cancel'|trans({}, 'icap_dropzone') }} {{ 'Save'|trans({}, 'icap_dropzone') }}
{{ form_rest(form) }}
1/2
{% endblock %} {% block javascripts %} {{ parent() }} {{ tinymce_init() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}