From 2068665c4e20b51f964952ab1f28f86aa248b666 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 10 Jun 2016 15:35:35 -0400 Subject: [PATCH] Fix Twilio popover help. re: #2272 --- .../client/src/notifications/notificationTemplates.form.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 0a4b2d5499..4b8038023d 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -185,6 +185,8 @@ export default function() { from_number: { label: 'Source Phone Number', type: 'text', + awPopOver: '

Number associated with the "Messaging Service" in Twilio.

'+ + '

This must be of the form +18005550199.

', awRequiredWhen: { reqExpression: "twilio_required", init: "false" @@ -197,8 +199,8 @@ export default function() { type: 'textarea', rows: 3, awPopOver: '

Type an option on each line.

'+ - '

For example:
alias1@email.com
\n alias2@email.com
\n', - dataTitle: 'Destination Channels', + '

For example:
+12125552368
\n+19105556162
\n', + dataTitle: 'Destination SMS Number', dataPlacement: 'right', dataContainer: "body", awRequiredWhen: {