views-ui-display-tab-setting.tpl.php 428 B

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