From de516c0ce472a1712598a5eb11c6094e46b32890 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Fri, 19 Aug 2011 15:41:05 +0000 Subject: [PATCH] Fixed Trac #458: back button was asking to fill the mandatory fields ! SVN:trunk[1478] --- portal/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/index.php b/portal/index.php index df9b9fee72..cbe58a9485 100644 --- a/portal/index.php +++ b/portal/index.php @@ -189,7 +189,7 @@ EOF DumpHiddenParams($oP, array('servicesubcategory_id'), $aParameters); $oP->add(""); $oP->add(""); - $oP->p(" "); + $oP->p(" "); $oP->add(""); $oP->add("\n"); } @@ -284,7 +284,7 @@ function RequestCreationForm($oP, $oUserOrg) $oP->add(""); $oP->add(""); $oP->add("\n"); - $oP->p(" "); + $oP->p(" "); $oP->add(""); $oP->add("\n"); $iFieldsCount = count($aFieldsMap);