Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 371 | Rev 373 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 371 Rev 372
Línea 541... Línea 541...
541
                        {{if type == 'simple'  || type=='multiple' }}
541
                        {{if type == 'simple'  || type=='multiple' }}
542
                        {{:~getStatus( options,answer)}}
542
                        {{:~getStatus( options,answer)}}
543
                        {{else}}
543
                        {{else}}
544
                        {{if status}} 
544
                        {{if status}} 
545
                        <button class="btn btn-danger btn-delete-question" >
545
                        <button class="btn btn-danger btn-delete-question" >
546
                        LABEL_TO_CHECK LABEL_FAIL
546
                        <i class="fa fa-times" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_FAIL
547
                        </button> 
547
                        </button> 
548
                        {{else}}
548
                        {{else}}
549
                        <button class="btn btn-success btn-delete-question" >
549
                        <button class="btn btn-success btn-delete-question" >
550
                        LABEL_TO_CHECK LABEL_CORRECT
550
                        <i class="fa fa-check" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_CORRECT
551
                        </button> 
551
                        </button> 
552
                        {{/if}}
552
                        {{/if}}
553
                        {{/if}}
553
                        {{/if}}
554
                     </td>
554
                     </td>
555
                  </tr>
555
                  </tr>