diff --git a/presentation/Html.inc b/presentation/Html.inc index 9f031d6..104fa54 100644 --- a/presentation/Html.inc +++ b/presentation/Html.inc @@ -23,6 +23,19 @@ function renderHeading($sHeading, $sSectionName = "") { return $sToRender; } +function statusPage($sTitle, $sHeading, $sCancelAction, $sText = "") { + global $default; + $sToRender .= renderHeading($sTitle); + $sToRender .= "
| $sHeading | \n"; + $sToRender .= "
| $sText |
| " . generateControllerLink("listGroups", "", " |