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

accept: remove unneeded lang item

parent 6428dd3b
No related branches found
No related tags found
1 merge request!62V2.0
......@@ -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>
';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment