@@ -132,7 +132,7 @@ public function tokenForm(&$form, &$form_state) {
),
);
$form['tokens']['help']=array(
'#markup'=>'<p>'.t('The following tokens are available. If you would like to have the characters \'[\' and \']\' please use the html entity codes \'%5B\' or \'%5D\' or they will get replaced with empty space.').'</p>',
'#markup'=>'<p>'.t('The following tokens are available. If you would like to have the characters \'[\' and \']\' use the html entity codes \'%5B\' or \'%5D\' or they will get replaced with empty space.').'</p>',
@@ -863,7 +863,7 @@ public function buildOptionsForm(&$form, &$form_state) {
// We have some options, so make a list.
if(!empty($options)){
$output=t('<p>The following tokens are available for this field. Note that due to rendering order, you cannot use fields that come after this field; if you need a field not listed here, rearrange your fields.
If you would like to have the characters \'[\' and \']\' please use the html entity codes \'%5B\' or \'%5D\' or they will get replaced with empty space.</p>');
If you would like to have the characters \'[\' and \']\' use the html entity codes \'%5B\' or \'%5D\' or they will get replaced with empty space.</p>');
@@ -195,14 +195,14 @@ public function validateOptionsForm(&$form, &$form_state) {
$error=TRUE;
}
if($error){
form_set_error('pager_options][expose][items_per_page_options',t('Please insert a list of integer numeric values separated by commas: e.g: 10, 20, 50, 100'));
form_set_error('pager_options][expose][items_per_page_options',t('Insert a list of integer numeric values separated by commas: e.g: 10, 20, 50, 100'));
}
// Take sure that the items_per_page is part of the expose settings.
'#suffix'=>'<div class="messages warning sql-rewrite-warning js-hide">'.t('WARNING: Disabling SQL rewriting means that node access security is disabled. This may allow users to see data they should not be able to see if your view is misconfigured. Please use this option only if you understand and accept this security risk.').'</div>',
'#suffix'=>'<div class="messages warning sql-rewrite-warning js-hide">'.t('WARNING: Disabling SQL rewriting means that node access security is disabled. This may allow users to see data they should not be able to see if your view is misconfigured. Use this option only if you understand and accept this security risk.').'</div>',