webform-calendar.tpl.php 394 B

12345678
  1. <?php
  2. /**
  3. * @file
  4. * Theme the button for the date component date popup.
  5. */
  6. ?>
  7. <input type="image" aria-hidden="true" role="presentation" src="<?php print base_path() . drupal_get_path('module', 'webform') . '/images/calendar.png'; ?>" class="<?php print implode(' ', $calendar_classes); ?>" alt="<?php print t('Open popup calendar'); ?>" title="<?php print t('Open popup calendar'); ?>" />