getInfo(); $trans['name'] = $list->getTranslateTag('name'); $trans['plural'] = $list->getTranslateTag('plural'); $newcount=2; } else { $title = __('Add New Custom List'); $action = 'add'; $submit_text = __('Add List'); $newcount=4; } $info=Format::htmlchars(($errors && $_POST) ? array_merge($info,$_POST) : $info, true); ?>

 
: isEditable()) echo $list->getName(); else { echo sprintf(' *
%s
', $trans['name'], $info['name'], $errors['name']); } ?>
: isEditable()) echo $list->getPluralName(); else echo sprintf('', $trans['plural'], $info['name_plural']); ?>
:
: