@@ -575,11 +598,24 @@ class views_plugin_display extends views_object {
'#default_value'=>$this->get_option('title'),
);
break;
case'use_ajax':
$form['#title'].=t('Use AJAX when available to load this view');
$form['description']=array(
'#prefix'=>'<div class="description form-item">',
'#suffix'=>'</div>',
'#value'=>t('If set, this view will use an AJAX mechanism for paging, table sorting and exposed filters. This means the entire page will not refresh. It is not recommend that you use this if this view is the main content of the page, but it is very useful for side content.'),