Diff of /mambo/branches/4.6/includes/mamboHTML.php
Parent Directory
|
Revision Log
|
Patch
| revision 293, Thu Feb 16 08:57:15 2006 UTC | revision 294, Thu Feb 16 08:59:01 2006 UTC | |
|---|---|---|
| # | Line 281 | Line 281 |
| 281 | if ( $params->get( 'popup' ) && !$hide_js ) { | if ( $params->get( 'popup' ) && !$hide_js ) { |
| 282 | // Print Preview button - used when viewing page | // Print Preview button - used when viewing page |
| 283 | ?> | ?> |
| 284 | <td align="right" width="100%" class="buttonheading"> | <td align="right" class="buttonheading"> |
| 285 | <a href="#" onclick="javascript:window.print(); return false" title="<?php echo T_('Print');?>"> | <a href="#" onclick="javascript:window.print(); return false" title="<?php echo T_('Print');?>"> |
| 286 | <?php echo $image;?> | <?php echo $image;?> |
| 287 | </a> | </a> |
| # | Line 290 | Line 290 |
| 290 | } else { | } else { |
| 291 | // Print Button - used in pop-up window | // Print Button - used in pop-up window |
| 292 | ?> | ?> |
| 293 | <td align="right" width="100%" class="buttonheading"> | <td align="right" class="buttonheading"> |
| 294 | <a href="javascript:void window.open('<?php echo $link; ?>', 'win2', '<?php echo $status; ?>');" title="<?php echo T_('Print');?>"> | <a href="javascript:void window.open('<?php echo $link; ?>', 'win2', '<?php echo $status; ?>');" title="<?php echo T_('Print');?>"> |
| 295 | <?php echo $image;?> | <?php echo $image;?> |
| 296 | </a> | </a> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

