diff --git a/public_html/deployment/pages/act_accept.php b/public_html/deployment/pages/act_accept.php index 679fd0852a4dd6e39f772ec89dc426e8f9aea4df..67923a16f086e6d3cff515d2c2771a03bc60cbdc 100644 --- a/public_html/deployment/pages/act_accept.php +++ b/public_html/deployment/pages/act_accept.php @@ -89,8 +89,9 @@ if (array_key_exists("confirm", $aParams)) { <form action="?" method="post" enctype="multipart/form-data"> <input type="hidden" name="confirm" value="1"> <fieldset> - '.aGoback().' - <button type="submit" class="btn btn-large '.$sNext.'" >' . $oHtml->getIcon('accept') . sprintf(t("page-accept-buttonlabel"), $sPhase, $sNext) . '</button> + '.aGoback() + .$oPrj->renderLink('accept', $sPhase, $sNext) + .' </fieldset> </form> ';