Added jquery to hide or remove limit value

This commit is contained in:
Robbt 2018-11-26 15:26:19 -05:00
parent c759f8b8aa
commit 008530364b
3 changed files with 27 additions and 4 deletions

View file

@ -160,7 +160,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
"hours" => _("hours"),
"minutes" => _("minutes"),
"items" => _("items"),
"remaining" => _("remaining time in show")
"remaining" => _("time remaining in show")
);
}
return $this->limitOptions;