diff --git a/public_html/templates/history.tpl b/public_html/templates/history.tpl index ad4c51c9..f946657f 100644 --- a/public_html/templates/history.tpl +++ b/public_html/templates/history.tpl @@ -48,10 +48,14 @@ var reprValue = function(value) { - <% if (historyEntry.operation == 1) { %> + <% if (historyEntry.operation == 2) { %> deleted <% } else { %> - changed + <% if (historyEntry.operation == 0) { %> + added + <% } else { %> + changed + <% } %> <% if (historyEntry.dataDifference) { %>