Index: /branches/version-2_11-dev/data/Smarty/templates/admin/design/index.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/admin/design/index.tpl	(revision 20830)
+++ /branches/version-2_11-dev/data/Smarty/templates/admin/design/index.tpl	(revision 20872)
@@ -1,4 +1,14 @@
 <script type="text/javascript">
-
+    $(function() {
+        var page_id = '<!--{$page_id|h}-->';
+        if (page_id != '1') {
+            $('.anywhere').attr('disabled', true);
+            $('.anywhere:checked').each(function() {
+                $(this).parents('.sort').children('input[type=hidden]').each(function() {
+                    $(this).remove();
+                });
+            });
+        }
+    });
 function doPreview(){
     document.form1.mode.value="preview"
