openrat-cms

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

commit 3f16d97e0be45fd0e792f8321a6a9f0c51150ac4
parent a79b61491bcdf81d4440e8d9e2f747a5c60666a3
Author: dankert <devnull@localhost>
Date:   Tue,  4 May 2004 20:09:38 +0200

Korrektur action-link

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

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