Revision c8234bdf
Added by Andreas Kohlbecker almost 9 years ago
7.x/modules/cdm_dataportal/theme/cdm_dataportal.common.theme | ||
---|---|---|
515 | 515 |
}); |
516 | 516 |
});', array('type' => 'inline')); |
517 | 517 |
|
518 |
$output = '<div id="print_button"><img src="' . base_path() . drupal_get_path('module', 'cdm_dataportal') . '/images/print_icon.gif' . ' "alt="' . t('Print this page') . ' "title="' . t('Print this page') . '" />';
|
|
518 |
$output = '<div id="print_button"><img src="' . base_path() . drupal_get_path('module', 'cdm_dataportal') . '/images/print_icon.gif"' . ' alt="' . t('Print this page') . '" title="' . t('Print this page') . '" />';
|
|
519 | 519 |
// .t('Print this page'); |
520 | 520 |
// $output .= l('Print this page', ''); |
521 | 521 |
$output .= '<span>Print this page</span>'; |
Also available in: Unified diff
fixing html of print button