From e7b3717614621f14695ab6ca6dda6dd17ba3d65c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 28 Jul 2011 20:27:23 +0000 Subject: added new easygiant library --- h-source/Library/Helper/Popup.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'h-source/Library/Helper/Popup.php') diff --git a/h-source/Library/Helper/Popup.php b/h-source/Library/Helper/Popup.php index bf6400a..849dcf9 100755 --- a/h-source/Library/Helper/Popup.php +++ b/h-source/Library/Helper/Popup.php @@ -31,6 +31,8 @@ class Helper_Popup extends Helper_Html { //the type of the popup. If type !=exclusive, than each voice selected is added to the where clause. If type=exclusive, the selection of a popup voice causes the unselection of the other voices public $type = null; + + public $allString = 'All'; //list of popup names public $popupItems = array(); @@ -88,7 +90,7 @@ class Helper_Popup extends Helper_Html { } $this->viewArgs[$field] = Params::$nullQueryValue; $viewStatus = Url::createUrl(array_values($this->viewArgs)); - $returnString .= "
  • All
  • \n"; + $returnString .= "
  • ".$this->allString."
  • \n"; $returnString .= "\n\n\n"; $this->viewArgs[$field] = $tempArg; } -- cgit v1.2.3