Skip to content
Snippets Groups Projects
Commit cf06b06b authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix accept button

parent 39deb044
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -89,8 +89,10 @@ if (array_key_exists("confirm", $aParams)) { ...@@ -89,8 +89,10 @@ if (array_key_exists("confirm", $aParams)) {
<form action="?" method="post" enctype="multipart/form-data"> <form action="?" method="post" enctype="multipart/form-data">
<input type="hidden" name="confirm" value="1"> <input type="hidden" name="confirm" value="1">
<fieldset> <fieldset>
'.aGoback() '.aGoback()
.$oPrj->renderLink('accept', $sPhase, $sNext) // .$oPrj->renderLink('accept', $sPhase)
.'<button type="submit" class="btn btn-large '.$sNext.'" title="'.sprintf(t("accept-hint"), $sPhase, $sNext).'"'
.'>' . $oHtml->getIcon('accept') . sprintf(t("accept"), $sPhase, $sNext) . '</button>'
.' .'
</fieldset> </fieldset>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment