src/cm/templates/site/text_edit.html
changeset 103 61fd17f9ab78
parent 66 7842b011403a
child 160 0c01050f9717
--- a/src/cm/templates/site/text_edit.html	Wed Jan 13 18:15:21 2010 +0100
+++ b/src/cm/templates/site/text_edit.html	Wed Jan 20 20:43:38 2010 +0100
@@ -18,7 +18,8 @@
 </script>
 
 <div style="display: none;">
-    <div id="check_save_dialog"></div>
+    <div id="confirm_all_removed_dlg"></div>
+    <div id="remove_scope_choice_dlg"></div>
 </div>
 
 <div id="text_edit" class="tab-meta">
@@ -31,6 +32,7 @@
         </td>
         <td>
             <label></label>
+            <input name="cancel_modified_scopes" id="cancel_modified_scopes" type="hidden"/>            
             <input name="save" id="save" type="button" value="{% blocktrans %}Save{% endblocktrans %}"/>            
         </td>
     </tr>