Untitled diff

Created Diff never expires
8 removals
60 lines
8 additions
60 lines
# IF C_HISTORY #
# IF C_HISTORY #
<table id="table">
<table id="table">
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{@labels.fields.updater_id}
{@labels.fields.updater_id}
</th>
</th>
<th>
<th>
{@labels.fields.updated_field}
{@labels.fields.updated_field}
</th>
</th>
<th>
<th>
{@labels.fields.old_value}
{@labels.fields.old_value}
</th>
</th>
<th>
<th>
{@labels.fields.new_value}
{@labels.fields.new_value}
</th>
</th>
<th>
<th>
{@labels.fields.update_date}
{@labels.fields.update_date}
</th>
</th>
<th>
<th>
{@labels.fields.change_comment}
{@labels.fields.change_comment}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
# IF C_PAGINATION #
<tfoot>
<tr>
<td colspan="6"># INCLUDE PAGINATION #</td>
</tr>
</tfoot>
# ENDIF #
<tbody>
<tbody>
# START history #
# START history #
<tr>
<tr>
<td>
<td>
# IF history.C_UPDATER_EXIST #<a href="{history.U_UPDATER_PROFILE}" class="{history.UPDATER_LEVEL_CLASS}" # IF history.C_UPDATER_GROUP_COLOR # style="color:{history.UPDATER_GROUP_COLOR}" # ENDIF #>{history.UPDATER}</a># ELSE #{history.UPDATER}# ENDIF #
# IF history.C_UPDATER_EXIST #<a href="{history.U_UPDATER_PROFILE}" class="{history.UPDATER_LEVEL_CLASS}" # IF history.C_UPDATER_GROUP_COLOR # style="color:{history.UPDATER_GROUP_COLOR}" # ENDIF #>{history.UPDATER}</a># ELSE #{history.UPDATER}# ENDIF #
</td>
</td>
<td>
<td>
{history.UPDATED_FIELD}
{history.UPDATED_FIELD}
</td>
</td>
<td>
<td>
{history.OLD_VALUE}
{history.OLD_VALUE}
</td>
</td>
<td>
<td>
{history.NEW_VALUE}
{history.NEW_VALUE}
</td>
</td>
<td>
<td>
{history.UPDATE_DATE_FULL}
{history.UPDATE_DATE_FULL}
</td>
</td>
<td>
<td>
{history.COMMENT}
{history.COMMENT}
</td>
</td>
</tr>
</tr>
# END history #
# END history #
</tbody>
</tbody>
# IF C_PAGINATION #
<tfoot>
<tr>
<td colspan="6"># INCLUDE PAGINATION #</td>
</tr>
</tfoot>
# ENDIF #
</table>
</table>
# ELSE #
# ELSE #
<div class="notice">{@notice.no_history}</div>
<div class="message-helper notice">{@notice.no_history}</div>
# ENDIF #
# ENDIF #