summaryrefslogtreecommitdiffstats
path: root/pages/content
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-12-04 01:11:05 +0100
committerneoraider <devnull@localhost>2006-12-04 01:11:05 +0100
commit3b7d2cb2fd40d744a2415a470b4e323d13dd1b63 (patch)
tree45dc49f5501c13d0e967e41bafb54e9f0dfad0a9 /pages/content
parenta55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7 (diff)
downloadneon-3b7d2cb2fd40d744a2415a470b4e323d13dd1b63.tar
neon-3b7d2cb2fd40d744a2415a470b4e323d13dd1b63.zip
Nav-Seiten durch Inserts ersetzt; Editor-Seiten jetzt in Templates.
Diffstat (limited to 'pages/content')
-rw-r--r--pages/content/Pages:Copy.xml2
-rw-r--r--pages/content/Pages:Delete.xml2
-rw-r--r--pages/content/Pages:Edit.xml2
-rw-r--r--pages/content/Pages:Handle.xml2
-rw-r--r--pages/content/Pages:New.xml2
-rw-r--r--pages/content/Pages:Privs.xml2
-rw-r--r--pages/content/Pages:Rename.xml2
7 files changed, 7 insertions, 7 deletions
diff --git a/pages/content/Pages:Copy.xml b/pages/content/Pages:Copy.xml
index c848da2..a8925f2 100644
--- a/pages/content/Pages:Copy.xml
+++ b/pages/content/Pages:Copy.xml
@@ -12,7 +12,7 @@
<?PHP
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Delete.xml b/pages/content/Pages:Delete.xml
index 871a5f1..26da0bf 100644
--- a/pages/content/Pages:Delete.xml
+++ b/pages/content/Pages:Delete.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Edit.xml b/pages/content/Pages:Edit.xml
index c8288c9..f61084b 100644
--- a/pages/content/Pages:Edit.xml
+++ b/pages/content/Pages:Edit.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Handle.xml b/pages/content/Pages:Handle.xml
index 8d69884..173eec7 100644
--- a/pages/content/Pages:Handle.xml
+++ b/pages/content/Pages:Handle.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'templates');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if(isset($_POST['view'])) {
diff --git a/pages/content/Pages:New.xml b/pages/content/Pages:New.xml
index d260c8a..b6673b7 100644
--- a/pages/content/Pages:New.xml
+++ b/pages/content/Pages:New.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Privs.xml b/pages/content/Pages:Privs.xml
index 693355b..318e7a2 100644
--- a/pages/content/Pages:Privs.xml
+++ b/pages/content/Pages:Privs.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Rename.xml b/pages/content/Pages:Rename.xml
index 6fddffa..2169c57 100644
--- a/pages/content/Pages:Rename.xml
+++ b/pages/content/Pages:Rename.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {