openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0e79dfa1a965069c3aa1d7359a282e8ac978c092
parent 2682e9a6f8ff801c3bfd67f411537af953c7732a
Author: dankert <devnull@localhost>
Date:   Mon,  3 May 2004 22:21:19 +0200

Korrektur action-link

Diffstat:
themes/default/pages/html/page/prop.tpl.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/pages/html/page/prop.tpl.php b/themes/default/pages/html/page/prop.tpl.php @@ -67,9 +67,9 @@ </form> -<form action="<?php echo $action ?>" method="post" target="_self"> +<form action="<?php echo $self ?>" method="post" target="_self"> -<input type="hidden" name="pageaction" value="move"> +<input type="hidden" name="subaction" value="move"> <table class="main" width="90%" cellspacing="0" cellpadding="4">