summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9e1a80)
raw | patch | inline | side by side (parent: b9e1a80)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 May 2010 08:26:15 +0000 (08:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 May 2010 08:26:15 +0000 (08:26 +0000) |
-Forward to login page after last setup step has finished
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18759 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18759 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/setup/class_setup.inc | patch | blob | history |
index bf050d5945d4017b8ea6ccc2cb52f3e87662a9d3..66068b142b6e398e4abf8b653d17455aebc41c29 100644 (file)
$str .= " <button type='submit' name='test'>"._("Check again")."</button>";
}
- if(isset($this->o_steps[$this->i_current +1])){
- $str .= " <button type='submit' name='next'>"._("Next")."</button>";
- }
+ $str .= " <button type='submit' name='next'>"._("Next")."</button>";
$str .="</div>";
}
return($str);