show \"*required\" not on main page

This commit is contained in:
Roland Gruber 2005-10-20 10:40:18 +00:00
parent 0f5d498858
commit c6c1c81f05
1 changed files with 2 additions and 1 deletions

View File

@ -1063,7 +1063,8 @@ class accountContainer {
$z = 10000;
parseHtml($this->order[$this->current_page], $return, array(), false, $y, $z, $this->type);
// Display rest of html-page
echo "</fieldset>\n<br>*" . _('required');
echo "</fieldset>\n";
if ($this->current_page != "main") echo "<br>*" . _('required');
echo "</td></tr></table>\n";
echo "</form>\n";
echo "</body>\n";