- 
    
Bug
 - 
    Resolution: Fixed
 - 
    3.0.3
 - 
    None
 - 
    PHP Environment:
Database: 
In the templateset of prosilver.
In mcp_front.html there is an incorrect colspan for the action logs table.
Around line 130:
						<!-- BEGINELSE -->
			 | 
		
							<tr>
			 | 
		
								<td colspan="5">{L_NO_ENTRIES}</td>
			 | 
		
							</tr>
			 | 
		
						<!-- END log -->
			 | 
		
colspan is given the value 5, while this table has 6 columns.

