Initial proof of concept for time remaining smart block limit
This commit is contained in:
parent
6031d95351
commit
c759f8b8aa
4 changed files with 33 additions and 7 deletions
|
@ -159,7 +159,8 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
|||
$this->limitOptions = array(
|
||||
"hours" => _("hours"),
|
||||
"minutes" => _("minutes"),
|
||||
"items" => _("items")
|
||||
"items" => _("items"),
|
||||
"remaining" => _("remaining time in show")
|
||||
);
|
||||
}
|
||||
return $this->limitOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue