diff --git a/resources/www/common/images/icons/blue-user.png b/resources/www/common/images/icons/blue-user.png new file mode 100644 index 0000000000..32d00ea3a7 Binary files /dev/null and b/resources/www/common/images/icons/blue-user.png differ diff --git a/resources/www/common/images/icons/dark-blue-download.png b/resources/www/common/images/icons/dark-blue-download.png new file mode 100644 index 0000000000..f0aa8bccdb Binary files /dev/null and b/resources/www/common/images/icons/dark-blue-download.png differ diff --git a/resources/www/common/images/icons/dark-blue-user.png b/resources/www/common/images/icons/dark-blue-user.png new file mode 100644 index 0000000000..90f7d1e1ef Binary files /dev/null and b/resources/www/common/images/icons/dark-blue-user.png differ diff --git a/resources/www/common/images/icons/dark-green-download.png b/resources/www/common/images/icons/dark-green-download.png new file mode 100644 index 0000000000..ec81b07782 Binary files /dev/null and b/resources/www/common/images/icons/dark-green-download.png differ diff --git a/resources/www/common/images/icons/dark-green-pen.png b/resources/www/common/images/icons/dark-green-pen.png new file mode 100644 index 0000000000..4fd1a9e5d9 Binary files /dev/null and b/resources/www/common/images/icons/dark-green-pen.png differ diff --git a/resources/www/common/images/icons/dark-green-user.png b/resources/www/common/images/icons/dark-green-user.png new file mode 100644 index 0000000000..28ff392a90 Binary files /dev/null and b/resources/www/common/images/icons/dark-green-user.png differ diff --git a/resources/www/common/images/icons/download-blue.png b/resources/www/common/images/icons/download-blue.png index fa8b3322b4..5b0cbab094 100644 Binary files a/resources/www/common/images/icons/download-blue.png and b/resources/www/common/images/icons/download-blue.png differ diff --git a/resources/www/common/images/icons/download-green.png b/resources/www/common/images/icons/download-green.png new file mode 100644 index 0000000000..8fa24ae6a9 Binary files /dev/null and b/resources/www/common/images/icons/download-green.png differ diff --git a/resources/www/common/images/icons/download-grey.png b/resources/www/common/images/icons/download-grey.png new file mode 100644 index 0000000000..999da56d0c Binary files /dev/null and b/resources/www/common/images/icons/download-grey.png differ diff --git a/resources/www/common/images/icons/download-white.png b/resources/www/common/images/icons/download-white.png index 66a3ba572c..1a80c9e08c 100644 Binary files a/resources/www/common/images/icons/download-white.png and b/resources/www/common/images/icons/download-white.png differ diff --git a/resources/www/common/images/icons/green-pen.png b/resources/www/common/images/icons/green-pen.png new file mode 100644 index 0000000000..88caeace6e Binary files /dev/null and b/resources/www/common/images/icons/green-pen.png differ diff --git a/resources/www/common/images/icons/green-plus.png b/resources/www/common/images/icons/green-plus.png new file mode 100644 index 0000000000..5f537e4b79 Binary files /dev/null and b/resources/www/common/images/icons/green-plus.png differ diff --git a/resources/www/common/images/icons/green-save.png b/resources/www/common/images/icons/green-save.png new file mode 100644 index 0000000000..99fd42d94d Binary files /dev/null and b/resources/www/common/images/icons/green-save.png differ diff --git a/resources/www/common/images/icons/green-search.png b/resources/www/common/images/icons/green-search.png new file mode 100644 index 0000000000..f898af97c0 Binary files /dev/null and b/resources/www/common/images/icons/green-search.png differ diff --git a/resources/www/common/images/icons/green-user.png b/resources/www/common/images/icons/green-user.png new file mode 100644 index 0000000000..901e0a1f03 Binary files /dev/null and b/resources/www/common/images/icons/green-user.png differ diff --git a/resources/www/common/images/icons/grey-pen.png b/resources/www/common/images/icons/grey-pen.png new file mode 100644 index 0000000000..16a3afc05b Binary files /dev/null and b/resources/www/common/images/icons/grey-pen.png differ diff --git a/resources/www/common/images/icons/grey-user.png b/resources/www/common/images/icons/grey-user.png new file mode 100644 index 0000000000..4eb94131db Binary files /dev/null and b/resources/www/common/images/icons/grey-user.png differ diff --git a/resources/www/common/images/icons/validation.png b/resources/www/common/images/icons/validation.png new file mode 100644 index 0000000000..6315ce1e63 Binary files /dev/null and b/resources/www/common/images/icons/validation.png differ diff --git a/resources/www/common/images/icons/white-pen.png b/resources/www/common/images/icons/white-pen.png new file mode 100644 index 0000000000..c13675a807 Binary files /dev/null and b/resources/www/common/images/icons/white-pen.png differ diff --git a/resources/www/common/images/icons/white-user.png b/resources/www/common/images/icons/white-user.png new file mode 100644 index 0000000000..33a9cfb228 Binary files /dev/null and b/resources/www/common/images/icons/white-user.png differ diff --git a/templates/web/prod/actions/Push.html.twig b/templates/web/prod/actions/Push.html.twig index 9fea29dcf1..d922c4c3be 100644 --- a/templates/web/prod/actions/Push.html.twig +++ b/templates/web/prod/actions/Push.html.twig @@ -19,7 +19,7 @@ {% if context == 'Push' %} {% else %} - + {% endif %}
@@ -29,20 +29,27 @@
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right(constant('\\ACL::CANADMIN')) %} - - - - {{ 'Add user' | trans }} + {% if context == 'Push' %} + + + + {{ 'Add user' | trans }} + {% else %} + + + + {{ 'Add user' | trans }} + {% endif %} {% endif %}
@@ -224,13 +240,21 @@
- + {% if context == 'Push' %} + + {% else %} + + {% endif %} diff --git a/templates/web/prod/templates/push.html.twig b/templates/web/prod/templates/push.html.twig index 13ed64b37a..346b3534ff 100644 --- a/templates/web/prod/templates/push.html.twig +++ b/templates/web/prod/templates/push.html.twig @@ -66,7 +66,7 @@