mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-30 18:42:27 +01:00 
			
		
		
		
	fixed a counter display bug in the daily report
This commit is contained in:
		| @@ -68,7 +68,7 @@ | ||||
|  | ||||
|          <div class="row"> | ||||
|             <div class="cellhealthleft"><?php print $text_processed_emails; ?>:</div> | ||||
|             <div class="cellhealthright"><?php print $processed_emails[0]; ?> (<?php print $text_24_hours; ?>)<br /><?php print $processed_emails[1]; ?> (<?php print $text_1_week; ?>)<br /><?php print $processed_emails[2]; ?> (<?php print $text_30_days; ?>)</div> | ||||
|             <div class="cellhealthright"><?php print $processed_emails[0]; ?> (<?php print $text_60_minutes; ?>)<br /><?php print $processed_emails[1]; ?> (<?php print $text_24_hours; ?>)<br /><?php print $processed_emails[2]; ?> (<?php print $text_1_week; ?>)<br /><?php print $processed_emails[3]; ?> (<?php print $text_30_days; ?>)</div> | ||||
|          </div> | ||||
|  | ||||
|          <div class="row"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user