diff --git a/presentation/Html.inc b/presentation/Html.inc index b701950..6011473 100644 --- a/presentation/Html.inc +++ b/presentation/Html.inc @@ -190,6 +190,12 @@ class KTHtml { function getBeginButton() { return imgSrc('widgets/begin.png'); } + function getClearAllButton() { + return imgSrc('widgets/clearall.png'); + } + function getCheckAllButton() { + return imgSrc('widgets/checkall.png'); + } } ?>