From 4d4d98c1308d3d62e5b01e5d3b2a3a3c0f846d92 Mon Sep 17 00:00:00 2001 From: Jessica Greene Date: Wed, 11 Apr 2018 19:30:18 +0200 Subject: added tooltips to contact picture options --- templates/avatar.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/avatar.html b/templates/avatar.html index c09024ca..fb49f64e 100644 --- a/templates/avatar.html +++ b/templates/avatar.html @@ -2,8 +2,11 @@
- -
-
-
+ +
+
+
-- cgit v1.2.3 From c150e09bd4c796631c430e5aaac3336165e13dc8 Mon Sep 17 00:00:00 2001 From: Jessica Greene Date: Thu, 12 Apr 2018 10:55:33 +0200 Subject: used ctrl.t to translate strings --- templates/avatar.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/avatar.html b/templates/avatar.html index fb49f64e..fd226c61 100644 --- a/templates/avatar.html +++ b/templates/avatar.html @@ -2,11 +2,11 @@
- +
+ tooltip-placement="top" uib-tooltip="{{ctrl.t.deletePhoto}}" tooltip-append-to-body="true">
+ tooltip-placement="top" uib-tooltip="{{ctrl.t.closePhoto}}" tooltip-append-to-body="true">
+ tooltip-placement="top" uib-tooltip="{{ctrl.t.downloadPhoto}}" tooltip-append-to-body="true"> -- cgit v1.2.3