Projet

Général

Profil

Paste
Télécharger (428 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / theme / views-ui-display-tab-setting.tpl.php @ 4003efde

1
<?php
2

    
3
/**
4
 * @file
5
 * Template for each row inside the "boxes" on the display query edit screen.
6
 */
7
?>
8
<div class="views-display-setting <?php print $classes; ?> <?php print $zebra; ?> clearfix" <?php print $attributes; ?>>
9
  <?php if ($description): ?>
10
    <span class="label"><?php print $description; ?></span>
11
  <?php endif; ?>
12
  <?php if ($settings_links): ?>
13
    <?php print $settings_links; ?>
14
  <?php endif; ?>
15
</div>