VirtualBox

Ignore:
Timestamp:
Dec 31, 2016 4:16:23 AM (8 years ago)
Author:
vboxsync
Message:

testmanager: Tweaking the new changlog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuiadminsystemchangelog.py

    r65044 r65045  
    249249        #
    250250        sDate = self.formatTsShort(oEntry.tsEffective);
    251         if sDate[:10] == self._sPrevDate:
    252             sDate = sDate[11:]
    253         else:
     251        if sDate[:10] != self._sPrevDate:
    254252            self._sPrevDate = sDate[:10];
    255             sHtml += '  <tr class="%s" align="left"><td>%s</td><td colspan="6"></td></tr>\n' % (sRowClass, sDate[:10],);
    256             #sDate = '<b>' + sDate[:10] + '</b><br>' + sDate[11:];
    257             sDate = sDate[11:]
     253            sHtml += '  <tr class="%s tmdaterow" align="left"><td>%s</td><td colspan="6"></td></tr>\n' % (sRowClass, sDate[:10],);
     254        sDate = sDate[11:]
    258255
    259256        #
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette