From 437a8428de0464764bbfa7c7a96c14bde72fdb73 Mon Sep 17 00:00:00 2001 From: Peter Schulze
' . rex_i18n::msg('yform_tablefield') . ' | +' . rex_i18n::msg('yform_history_dataset_current') . ' | +'. date('d.m.Y H:i:s', strtotime($timestamp)) .' | +
---|
' . rex_yform_history_helper::getFieldTypeIcon($field) . ' ' . $field->getLabel() . ' | +' . rex_yform_history_helper::getFieldTypeIcon($field) . ' ' . $field->getLabel() . ' | ' . rex_yform_history_helper::getFieldValue($field, $currentDataset, $table) . ' | ' . rex_i18n::msg('yform_history_diff_not_yet_existing') . ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
' . rex_yform_history_helper::getFieldTypeIcon($field) . ' ' . $field->getLabel() . ' | ' . $currentValue . ' | ' . $historyValue . ' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -163,21 +161,21 @@
foreach ($diffs as $change => $diff) {
$content .= '
- ' . rex_i18n::msg('yform_history_diff_headline_' . $change) .
' [' . ($diff['count'] > 0 ? '' : '') . $diff['count'] . ($diff['count'] > 0 ? '' : '') . ']' . '
';
+ ';
- if($diff['rows'] !== '') {
- $content .= '
+ if('' !== $diff['rows']) {
+ $content .= '
|