webform-calendar.tpl.php in Webform 6.3
Same filename and directory in other branches
Theme the button for the date component date popup.
1 theme call to webform-calendar.tpl.php
- theme_webform_date in components/
date.inc - Theme a webform date element.
File
templates/webform-calendar.tpl.phpView source
<?php
/**
* @file
* Theme the button for the date component date popup.
*/
?>
<input type="image" 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');
?>" />