Skip to content
Snippets Groups Projects

V2.0

Merged Hahn Axel (hahn) requested to merge v2.0 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -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>
';
Loading