<?
// should only be one chunk for binary diffs.
$chunk = current($this->diffResult->getChunks());
?>
<div class="diff-mode diff-mode-active">
<table class="diff-table binary">
<tbody class="diff <?= $chunk->getChunkType() ?>">
<tr>
<td class="left">
<?= !$chunk->isChange() ? 'No difference' : 'Content differs' ?>
from version #<?= $this->rightFile->getStatus('headRev') ?>
</td>
<td class="gutter">
<td class="right">
<?= !$chunk->isChange() ? 'No difference' : 'Content differs' ?>
from version
#<?= $this->leftFile->getStatus('headRev') ?>
</td>
</tr>
</tbody>
</table>
</div>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/diff/views/scripts/binary-diff.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|