Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/views_ui.module
435 435
/**
436 436
 * Theme preprocess for theme_views_ui_view_preview_section().
437 437
 *
438
 * @TODO
439
 *    Perhaps move this to includes/admin.inc or theme/theme.inc
438
 * @todo Perhaps move this to includes/admin.inc or theme/theme.inc.
440 439
 */
441 440
function template_preprocess_views_ui_view_preview_section(&$vars) {
442 441
  switch ($vars['section']) {
......
483 482
      break;
484 483

  
485 484
    case 'attachment_before':
486
      // @todo: Add links to the attachment configuration page.
485
      // @todo Add links to the attachment configuration page.
487 486
      $vars['title'] = t('Attachment before');
488 487
      break;
489 488

  
490 489
    case 'attachment_after':
491
      // @todo: Add links to the attachment configuration page.
490
      // @todo Add links to the attachment configuration page.
492 491
      $vars['title'] = t('Attachment after');
493 492
      break;
494 493
  }
......
524 523
 * @param string $title
525 524
 *   Add a bolded title of this section.
526 525
 *
527
 * @TODO
528
 *   Bring in relationships
529
 *   Refactor this function to use much stuff of views_ui_edit_form_get_bucket.
526
 * @todo Bring in relationships.
527
 * @todo Refactor this function to use much of views_ui_edit_form_get_bucket.
530 528
 */
531 529
function views_ui_view_preview_section_handler_links($view, $type, $title = FALSE) {
532 530
  $display = $view->display_handler->display;

Formats disponibles : Unified diff