src/cm/templates/site/text_edit.html
changeset 103 61fd17f9ab78
parent 66 7842b011403a
child 160 0c01050f9717
equal deleted inserted replaced
78:dda94db1149a 103:61fd17f9ab78
    16 tb_conf['pre_edit_url'] = '{% url text-preedit text.key %}?{{ request.GET.urlencode }}';
    16 tb_conf['pre_edit_url'] = '{% url text-preedit text.key %}?{{ request.GET.urlencode }}';
    17 -->
    17 -->
    18 </script>
    18 </script>
    19 
    19 
    20 <div style="display: none;">
    20 <div style="display: none;">
    21     <div id="check_save_dialog"></div>
    21     <div id="confirm_all_removed_dlg"></div>
       
    22     <div id="remove_scope_choice_dlg"></div>
    22 </div>
    23 </div>
    23 
    24 
    24 <div id="text_edit" class="tab-meta">
    25 <div id="text_edit" class="tab-meta">
    25 <form id="edit_form" class="text-form wizard-form" action="." method="post">
    26 <form id="edit_form" class="text-form wizard-form" action="." method="post">
    26     <table class="wide_form">
    27     <table class="wide_form">
    29     <tr>
    30     <tr>
    30         <td style="vertical-align: top; width: 20%; text-align:right;">
    31         <td style="vertical-align: top; width: 20%; text-align:right;">
    31         </td>
    32         </td>
    32         <td>
    33         <td>
    33             <label></label>
    34             <label></label>
       
    35             <input name="cancel_modified_scopes" id="cancel_modified_scopes" type="hidden"/>            
    34             <input name="save" id="save" type="button" value="{% blocktrans %}Save{% endblocktrans %}"/>            
    36             <input name="save" id="save" type="button" value="{% blocktrans %}Save{% endblocktrans %}"/>            
    35         </td>
    37         </td>
    36     </tr>
    38     </tr>
    37         </tbody>
    39         </tbody>
    38     </table>
    40     </table>