Changeset 1097
- Timestamp:
- 10/04/2006 03:39:17 PM (2 years ago)
- svk:copy_cache_prev:
- 1095
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/php/themes/ocean_surf/templates/viewmail_menu.tpl
r421 r1097 32 32 </td> 33 33 <td align="center"> 34 {* the following is a bit of a hack to try to maintain backwards compatibility with the old style viewmail system *} 35 {if $type} 36 {capture name="raw_link" assign="raw_link"}{$return_route}{$msid}id={$id}&type={$type}&raw={/capture} 37 {else} 38 {capture name="raw_link" assign="raw_link"}{$return_route}{$msid}id={$id}&cache_type={$cache_type}&raw={/capture} 39 {/if} 34 40 {if ! $raw} 35 <a href=" viewmail.php{$msid}id={$id}&type={$type}&raw=y"41 <a href="{$raw_link}y" 36 42 onmouseover="show_tooltip(this, event, '{$lang.link_view_raw}')" 37 43 onmouseout="hide_tooltip()"> … … 43 49 </a> 44 50 {else} 45 <a href=" viewmail.php{$msid}id={$id}&type={$type}"51 <a href="{$raw_link}n" 46 52 onmouseover="show_tooltip(this, event, '{$lang.link_view_decoded}')" 47 53 onmouseout="hide_tooltip()">

