/[drupal]/contributions/modules/ds/theme/ds-display-overview-form.tpl.php
ViewVC logotype

Diff of /contributions/modules/ds/theme/ds-display-overview-form.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Sun Oct 18 15:25:22 2009 UTC revision 1.1.2.1, Tue Oct 20 18:41:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nd-display-overview-form.tpl.php,v 1.1.2.9 2009/10/10 18:48:20 swentel Exp $  // $Id: ds-display-overview-form.tpl.php,v 1.1 2009/10/18 15:25:22 swentel Exp $
3    
4  /**  /**
5   * @file   * @file
6   *   Template file for the content display settings overview form   *   Template file for the display settings overview form
7   *   *
8   * @var   * @var
9   * $build_mode String   * $build_mode String
10   *   Current selected node display mode   *   Current selected display mode
11   * $rows Array of field objects   * $rows Array of field objects
12   *   Fields declared in drupal core and custom content fields   *   Fields declared in drupal core and custom fields
13   *   Properties (human_name, weight, stickyorder, build_mode, class, label_class)   *   Properties (human_name, weight, stickyorder, build_mode, class, label_class)
14   */   */
15    
# Line 59  if ($rows): ?> Line 59  if ($rows): ?>
59                <td><?php print $row->{$build_mode}->label; ?></td>                <td><?php print $row->{$build_mode}->label; ?></td>
60                <td><?php print $row->{$build_mode}->format; ?></td>                <td><?php print $row->{$build_mode}->format; ?></td>
61                <td><?php print $row->{$build_mode}->region; ?></td>                <td><?php print $row->{$build_mode}->region; ?></td>
62                <td><?php print $row->nd_weight; ?></td>                <td><?php print $row->ds_weight; ?></td>
63              </tr>              </tr>
64              <?php              <?php
65              $count++;              $count++;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2