Cache le bouton "undelete" pour les mails de ML
This commit is contained in:
		
							parent
							
								
									3b719b1214
								
							
						
					
					
						commit
						7bb6330129
					
				| 
						 | 
				
			
			@ -137,7 +137,11 @@ if(!empty($mails_list)) {
 | 
			
		|||
	    <td colspan="3"><?php __("Deleting..."); ?></td>
 | 
			
		||||
	  <?php } else if ($val["mail_action"]=="DELETE") { $grey="grey"; ?>
 | 
			
		||||
	    <td></td>
 | 
			
		||||
	  <td><div class="ina"><a href="mail_undelete.php?search=<?php ehe($search); ?>&offset=<?php ehe($offset); ?>&count=<?php ehe($count); ?>&domain_id=<?php ehe($domain_id);  ?>&mail_id=<?php echo $val["id"] ?>" title="<?php __("This email will be deleted soon. You may still be able to undelete it by clicking here"); ?>"><img src="images/undelete.png" alt="<?php __("Undelete"); ?>" /><?php __("Undelete"); ?></a></div></td>
 | 
			
		||||
	    <td> 
 | 
			
		||||
              <?php if ($val['type'] =='') { ?>
 | 
			
		||||
                <div class="ina"><a href="mail_undelete.php?search=<?php ehe($search); ?>&offset=<?php ehe($offset); ?>&count=<?php ehe($count); ?>&domain_id=<?php ehe($domain_id);  ?>&mail_id=<?php echo $val["id"] ?>" title="<?php __("This email will be deleted soon. You may still be able to undelete it by clicking here"); ?>"><img src="images/undelete.png" alt="<?php __("Undelete"); ?>" /><?php __("Undelete"); ?></a></div>
 | 
			
		||||
              <?php } // if val[type] ?>
 | 
			
		||||
            </td>
 | 
			
		||||
	    <td><img src="images/check_no.png" alt="<?php __("Disabled"); ?>" /></td>	  
 | 
			
		||||
	  <?php } else if (!$val["type"]) { ?>
 | 
			
		||||
          <td align="center">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue