Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 225 Rev 226
Línea 1763... Línea 1763...
1763
                                    {{if type == 'rating-range'}} LABEL_RATING_RANGE {{/if}}
1763
                                    {{if type == 'rating-range'}} LABEL_RATING_RANGE {{/if}}
1764
                                </td>
1764
                                </td>
1765
                                <td>
1765
                                <td>
1766
                                    <button class="btn btn-default btn-edit-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_QUESTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_QUESTION</button> 
1766
                                    <button class="btn btn-default btn-edit-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_QUESTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_QUESTION</button> 
1767
                                    <button class="btn btn-default btn-delete-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_QUESTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_QUESTION</button> 
1767
                                    <button class="btn btn-default btn-delete-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_QUESTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_QUESTION</button> 
-
 
1768
                                   
-
 
1769
                                    {{if type == 'multiple' || type == 'simple' || type == 'rating-open'  }} 
1768
                                    <button class="btn btn-default btn-add-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip"  data-original-title="LABEL_ADD  LABEL_OPTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD  LABEL_OPTION</button> 
1770
                                    <button class="btn btn-default btn-add-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip"  data-original-title="LABEL_ADD  LABEL_OPTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD  LABEL_OPTION</button> 
-
 
1771
                                    {/if}}
1769
                                </td>
1772
                                </td>
1770
                            </tr>
1773
                            </tr>
1771
                            {{for options}}
1774
                            {{for options}}
1772
                            <tr class="tr-option">
1775
                            <tr class="tr-option">
1773
                                <td class="text-left">---LABEL_OPTION</td>
1776
                                <td class="text-left">---LABEL_OPTION</td>
Línea 1786... Línea 1789...
1786
                                    <font color="green">LABEL_CORRECT</font>
1789
                                    <font color="green">LABEL_CORRECT</font>
1787
                                    {{/if}}
1790
                                    {{/if}}
1788
                                    {{if correct == 0}}
1791
                                    {{if correct == 0}}
1789
                                    <font color="red">LABEL_FAIL</font>
1792
                                    <font color="red">LABEL_FAIL</font>
1790
                                    {{/if}}
1793
                                    {{/if}}
1791
                                    {{/if}}
1794
                                   {/if}} {
1792
                                </td>
1795
                                </td>
1793
                                <td>
1796
                                <td>
1794
                                    <button class="btn btn-default btn-edit-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_OPTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_OPTION</button> 
1797
                                    <button class="btn btn-default btn-edit-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_OPTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_OPTION</button> 
1795
                                    <button class="btn btn-default btn-delete-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_OPTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_OPTION</button> 
1798
                                    <button class="btn btn-default btn-delete-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_OPTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_OPTION</button> 
1796
                                </td>
1799
                                </td>