changed the issue change log view to show time as well
This commit is contained in:
parent
e1de5deaef
commit
a55912aa6d
@ -256,11 +256,7 @@ $this->load->view (
|
|||||||
print '<tr>';
|
print '<tr>';
|
||||||
|
|
||||||
print '<td class="date">';
|
print '<td class="date">';
|
||||||
print '<span title="';
|
|
||||||
print date ('Y-m-d H:s:i', strtotime($new->updatedon));
|
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>';
|
||||||
|
|
||||||
print '<td class="updater">';
|
print '<td class="updater">';
|
||||||
@ -340,11 +336,7 @@ $this->load->view (
|
|||||||
|
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td class="date">';
|
print '<td class="date">';
|
||||||
print '<span title="';
|
|
||||||
print date ('Y-m-d H:s:i', strtotime($issue->createdon));
|
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>';
|
||||||
|
|
||||||
print '<td class="updater">';
|
print '<td class="updater">';
|
||||||
|
@ -134,7 +134,8 @@
|
|||||||
|
|
||||||
#issue_show_mainarea_changes_table td.date {
|
#issue_show_mainarea_changes_table td.date {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
white-space: nowrap;
|
/*white-space: nowrap;*/
|
||||||
|
text-align: right;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-top: 0.2em;
|
padding-top: 0.2em;
|
||||||
padding-bottom: 0.2em;
|
padding-bottom: 0.2em;
|
||||||
|
Loading…
Reference in New Issue
Block a user