changed the issue change log view to show time as well

This commit is contained in:
hyung-hwan 2014-05-07 13:47:19 +00:00
parent e1de5deaef
commit a55912aa6d
2 changed files with 2 additions and 9 deletions

View File

@ -256,11 +256,7 @@ $this->load->view (
print '<tr>';
print '<td class="date">';
print '<span title="';
print date ('Y-m-d H:s:i', strtotime($new->updatedon));
print '">';
print date ('Y-m-d', strtotime($new->updatedon));
print '</span>';
print '</td>';
print '<td class="updater">';
@ -340,11 +336,7 @@ $this->load->view (
print '<tr>';
print '<td class="date">';
print '<span title="';
print date ('Y-m-d H:s:i', strtotime($issue->createdon));
print '">';
print date ('Y-m-d', strtotime($issue->updatedon));
print '</span>';
print '</td>';
print '<td class="updater">';

View File

@ -134,7 +134,8 @@
#issue_show_mainarea_changes_table td.date {
width: 1px;
white-space: nowrap;
/*white-space: nowrap;*/
text-align: right;
vertical-align: top;
padding-top: 0.2em;
padding-bottom: 0.2em;