Click on the above Generate button to generate the files selected below:

operation !== CodeFile::OP_SKIP) { $fileChangeExists = true; echo ''; break; } } ?> operation === CodeFile::OP_OVERWRITE) { $trClass = 'warning'; } elseif ($file->operation === CodeFile::OP_SKIP) { $trClass = 'active'; } elseif ($file->operation === CodeFile::OP_CREATE) { $trClass = 'success'; } else { $trClass = ''; } ?> operation $trClass" ?>">
Code File Action
getRelativePath()), ['preview', 'id' => $id, 'file' => $file->id], ['class' => 'preview-code', 'data-title' => $file->getRelativePath()]) ?> operation === CodeFile::OP_OVERWRITE): ?> $id, 'file' => $file->id], ['class' => 'diff-code label label-warning', 'data-title' => $file->getRelativePath()]) ?> operation === CodeFile::OP_SKIP) { echo 'unchanged'; } else { echo $file->operation; } ?> operation === CodeFile::OP_SKIP) { echo ' '; } else { echo Html::checkBox("answers[{$file->id}]", isset($answers) ? isset($answers[$file->id]) : ($file->operation === CodeFile::OP_CREATE)); } ?>