diff --git a/scm-webapp/src/main/webapp/resources/css/style.css b/scm-webapp/src/main/webapp/resources/css/style.css index 4617358dc1..496c67f887 100644 --- a/scm-webapp/src/main/webapp/resources/css/style.css +++ b/scm-webapp/src/main/webapp/resources/css/style.css @@ -105,4 +105,16 @@ a:visited { .scm-nav-item { cursor: pointer; +} + +.cs-mod { + height: 16px; +} + +.cs-mod img { + vertical-align: middle; +} + +.cs-mod-txt { + margin: 0 3px; } \ No newline at end of file diff --git a/scm-webapp/src/main/webapp/resources/images/add.gif b/scm-webapp/src/main/webapp/resources/images/add.gif new file mode 100644 index 0000000000..91c38ac0ca Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/images/add.gif differ diff --git a/scm-webapp/src/main/webapp/resources/images/delete.gif b/scm-webapp/src/main/webapp/resources/images/delete.gif new file mode 100644 index 0000000000..87776787f0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/images/delete.gif differ diff --git a/scm-webapp/src/main/webapp/resources/images/modify.gif b/scm-webapp/src/main/webapp/resources/images/modify.gif new file mode 100644 index 0000000000..ee1c57bd91 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/images/modify.gif differ diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js index 2148cfc4d8..17d78549b5 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -815,10 +815,14 @@ Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, { repository: null, mailTemplate: '<{0}>', - changesetMetadataTemplate: '
{0}
\ -
{1}
\ -
{2}
', - modificationsTemplate: 'A: {0}, M: {1}, D: {2}', + changesetMetadataTemplate: '
{0}
\ +
{1}
\ +
{2}
', + modificationsTemplate: '
\ + Added{0}\ + Modified{1}\ + Deleted{2}\ +
', idsTemplate: 'Commit: {0}', tagsAndBranchesTemplate: '
{0}
\
{1}
',