Commit aaf11a6653464781dac346f0f3b0fc81ef73a17e

Authored by Neil Blakey-Milner
1 parent 934749fc

Add getClearAllButton and getCheckAllButton


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2992 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 6 additions and 0 deletions
presentation/Html.inc
... ... @@ -190,6 +190,12 @@ class KTHtml {
190 190 function getBeginButton() {
191 191 return imgSrc('widgets/begin.png');
192 192 }
  193 + function getClearAllButton() {
  194 + return imgSrc('widgets/clearall.png');
  195 + }
  196 + function getCheckAllButton() {
  197 + return imgSrc('widgets/checkall.png');
  198 + }
193 199 }
194 200  
195 201 ?>
... ...