summaryrefslogtreecommitdiffstats
path: root/pages/editor
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-18 20:47:03 +0200
committerneoraider <devnull@localhost>2006-04-18 20:47:03 +0200
commit7b622dca2d4a24221202d85c15ba68d0974b432c (patch)
tree4234772ed30b7e2e7a7c751d8520ab608227035f /pages/editor
parentaea6a2fa30bff2be100858bfc582384df4b84195 (diff)
downloadneon-7b622dca2d4a24221202d85c15ba68d0974b432c.tar
neon-7b622dca2d4a24221202d85c15ba68d0974b432c.zip
Sofort-Bearbeiten-Funktion ?berarbeitet.
Diffstat (limited to 'pages/editor')
-rw-r--r--pages/editor/default.xml2
-rw-r--r--pages/editor/phpexec.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/editor/default.xml b/pages/editor/default.xml
index f85929c..dd3438a 100644
--- a/pages/editor/default.xml
+++ b/pages/editor/default.xml
@@ -17,7 +17,7 @@
echo '<h2>' . $title . '</h2>';
?>
-<form method="post" action="<?PHP echo $GLOBALS['links']->GetNeonLink('Pages:Edit:Do'); ?>">
+<form method="post" action="<?PHP echo $GLOBALS['links']->GetNeonLink('Pages:Edit'); ?>">
<input type="hidden" name="name" value="<?PHP echo $data['_data']['_page'] ?>" />
<input type="hidden" name="type" value="<?PHP echo $data['_data']['_type']; ?>" />
<input type="hidden" name="backlink" value="<?PHP echo htmlspecialchars($data['_backlink']); ?>" />
diff --git a/pages/editor/phpexec.xml b/pages/editor/phpexec.xml
index be7c4e9..633106d 100644
--- a/pages/editor/phpexec.xml
+++ b/pages/editor/phpexec.xml
@@ -17,7 +17,7 @@
echo '<h2>' . $title . '</h2>';
?>
-<form method="post" action="<?PHP echo $GLOBALS['links']->GetNeonLink('Pages:Edit:Do'); ?>">
+<form method="post" action="<?PHP echo $GLOBALS['links']->GetNeonLink('Pages:Edit'); ?>">
<input type="hidden" name="name" value="<?PHP echo $data['_data']['_page'] ?>" />
<input type="hidden" name="type" value="<?PHP echo $data['_data']['_type']; ?>" />
<input type="hidden" name="backlink" value="<?PHP echo htmlspecialchars($data['_backlink']); ?>" />