|
@@ -35,17 +35,17 @@ |
|
|
block discarded – undo |
|
35
|
35
|
<tr> |
|
36
|
36
|
<th>Created</th> |
|
37
|
37
|
<td title="<?= date('d-m-Y H:i:s', |
|
38
|
|
- $document->creationDate) ?>"><?= \CloudControl\Cms\util\StringUtil::timeElapsedString($document->creationDate) ?></td> |
|
|
38
|
+ $document->creationDate) ?>"><?= \CloudControl\Cms\util\StringUtil::timeElapsedString($document->creationDate) ?></td> |
|
39
|
39
|
<th>Last Modified</th> |
|
40
|
40
|
<td title="<?= date('d-m-Y H:i:s', |
|
41
|
|
- $document->lastModificationDate) ?>"><?= \CloudControl\Cms\util\StringUtil::timeElapsedString($document->lastModificationDate) ?></td> |
|
|
41
|
+ $document->lastModificationDate) ?>"><?= \CloudControl\Cms\util\StringUtil::timeElapsedString($document->lastModificationDate) ?></td> |
|
42
|
42
|
</tr> |
|
43
|
43
|
<tr> |
|
44
|
44
|
<td colspan="2"> </td> |
|
45
|
45
|
<th>Published</th> |
|
46
|
46
|
<?php if ($document->state === 'published') : ?> |
|
47
|
47
|
<td title="<?= date('d-m-Y H:i:s', |
|
48
|
|
- $document->publicationDate) ?>"><?= \CloudControl\Cms\util\StringUtil::timeElapsedString($document->publicationDate) ?></td> |
|
|
48
|
+ $document->publicationDate) ?>"><?= \CloudControl\Cms\util\StringUtil::timeElapsedString($document->publicationDate) ?></td> |
|
49
|
49
|
<?php else : ?> |
|
50
|
50
|
<td>Not yet</td> |
|
51
|
51
|
<?php endif ?> |
Please login to merge, or discard this patch.