attributes('class') ? 'class="' . $node->attributes('class') . '"' : 'class="text_area"'); if ($node->attributes('editable') == 'true') { $size = ($node->attributes('size') ? 'size="' . $node->attributes('size') . '"' : ''); return ''; } else { $string = "
"; $string .= '
' . $https . '
'; if (strcmp($https,$http) !==0){ $string .= '
' . vmText::_('VMPAYMENT_AMAZON_OR') . '
'; $string .= $http; $string .= "
"; } return $string; } } }