Changeset 7038 for modules/branches

Show
Ignore:
Timestamp:
10/20/08 00:35:22 (5 years ago)
Author:
p_lindheimer
Message:

fixes #3299 removes Clear Destination link but Clear Destination and Submit worksforme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/core/page.did.php

    r6536 r7038  
    294294 
    295295<?php  
    296   if ($extdisplay) {   
    297 ?> 
    298     <tr><td colspan="2"><a href="<?php echo $clrdestURL ?>"><?php echo _("Clear Destination")?></a><br /><br /></td></tr> 
    299 <?php  
    300   } 
    301296//draw goto selects 
    302297echo drawselects(isset($destination)?$destination:null,0);