Show
Ignore:
Timestamp:
09/01/08 08:07:21 (4 months ago)
Author:
Heilemann
Message:

Fixes #625, month names too long for room in dashboard module.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/plugins/coredashmodules/dash_logs.php

    r2017 r2425  
    22        <?php foreach( $logs as $log ) { ?> 
    33            <li class="item clear"> 
    4                 <span class="date pct15 minor"><?php echo Format::nice_date( $log->timestamp, 'F j' ); ?></span> 
     4                <span class="date pct15 minor"><?php echo Format::nice_date( $log->timestamp, 'M j' ); ?></span> 
    55                <span class="message pct85 minor"><?php echo $log->message; ?></span> 
    66            </li>