From e814a6db975440a79fc8c3ed21ca2240024815ab Mon Sep 17 00:00:00 2001 From: Richard Hallett Date: Fri, 6 Nov 2020 16:30:58 +0100 Subject: [PATCH] Update refresh icon to work on 5 Font-awesome 5 doesnt have old refresh replaced with sync --- app/templates/components/provider-id.hbs | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/app/templates/components/provider-id.hbs b/app/templates/components/provider-id.hbs index 226a8ce1a..4fe6262de 100644 --- a/app/templates/components/provider-id.hbs +++ b/app/templates/components/provider-id.hbs @@ -1,19 +1,21 @@
- Click the circle icon for a new random ID, or the cross icon to delete the random ID and enter a value manually. + Click the refresh icon for a new random ID, or the cross icon to delete the random ID and enter a value manually.
-{{#form.element +{{#form.element controlType="text" id="member-id" label="Member ID" property="symbol" helpText="The Member ID is the unique identifier for each member and can't be changed. The Member ID can contain only upper case letters, and must not be longer than 8 characters." required=false as |el|}} - -
- {{el.control}} - - -
-{{/form.element}} +
+ {{el.control}} + + + +
+{{/form.element}} \ No newline at end of file