Commit 4319b6a2507b11503cad846f81740d111d29c4d6

Authored by nbm
1 parent 28e476d6

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,6 +190,12 @@ class KTHtml {
190 function getBeginButton() { 190 function getBeginButton() {
191 return imgSrc('widgets/begin.png'); 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 ?>