CC-1960: Internationalize Airtime / Support translations
-added i18n to serverbrowser.js -fixed small typo in SmartBlockCriteria.php
This commit is contained in:
parent
e475c2e99e
commit
9689c75bed
6 changed files with 425 additions and 9 deletions
|
@ -309,7 +309,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
|||
{
|
||||
$data = Application_Model_Block::organizeSmartPlyalistCriteria($params['data']);
|
||||
// add elelments that needs to be added
|
||||
// set multioption for modifier according to creiteria_field
|
||||
// set multioption for modifier according to criteria_field
|
||||
$modRowMap = array();
|
||||
foreach ($data['criteria'] as $critKey=>$d) {
|
||||
$count = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue