From aaf11a6653464781dac346f0f3b0fc81ef73a17e Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 18 Nov 2004 14:36:25 +0000 Subject: [PATCH] Add getClearAllButton and getCheckAllButton --- presentation/Html.inc | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) 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'); + } } ?> -- libgit2 0.21.4