copy changes and css for overflow label and help text

This commit is contained in:
ryan 2018-12-11 13:58:23 -06:00
parent b1d59aa58b
commit a294747bbb
4 changed files with 7 additions and 4 deletions

View file

@ -448,7 +448,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
$overflowTracks = new Zend_Form_Element_Checkbox('sp_overflow_tracks');
$overflowTracks->setDecorators(array('viewHelper'))
->setLabel(_('Overflow Time Limit:'));
->setLabel(_('Allow last track to exceed time limit:'));
if (isset($storedCrit["overflow_tracks"])) {
$overflowTracks->setChecked($storedCrit["overflow_tracks"]["value"] == 1);
}