From 35b8fa72a09586167d47ce4813e00df64e29f2f3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 24 Aug 2005 18:08:23 +0000 Subject: [PATCH] another small layout change for the module buttons --- lam/lib/modules.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 25817f55..9c062c04 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -933,8 +933,8 @@ class accountContainer { if ($buttonWidth < $tempWidth) $buttonWidth = $tempWidth; } $x=0; - // print normal button - echo "subpage == 'finish') echo " disabled"; @@ -944,7 +944,7 @@ class accountContainer { // $x is used to count up tabindex for ($i=1; $iorder); $i++ ) { // print normal button - echo "order[$i]."\" type=\"submit\" value=\""; + echo "order[$i]."\" type=\"submit\" value=\""; echo $this->module[$this->order[$i]]->get_alias(); echo "\" tabindex=$x"; if ($this->subpage == 'finish') echo " disabled"; @@ -952,7 +952,7 @@ class accountContainer { $x++; } if ($this->dn_orig!='') { - echo "subpage == 'finish') echo " disabled"; echo ">
\n"; }