| 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 |
|
|
| 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++; |