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
Branches
No related tags found
1 merge request!62V2.0
...@@ -90,7 +90,9 @@ if (array_key_exists("confirm", $aParams)) { ...@@ -90,7 +90,9 @@ if (array_key_exists("confirm", $aParams)) {
<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