You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2018. It is now read-only.
Fill in the details below to add and track your activity.
@@ -326,12 +343,6 @@ <h2>
326
343
</div>
327
344
<!-- Tab 1 -->
328
345
<div>
329
-
<h2>
330
-
<paper-buttonon-tap="back">
331
-
<iron-iconicon="arrow-back"></iron-icon>
332
-
</paper-button>
333
-
Product Groups
334
-
</h2>
335
346
<section>
336
347
<divclass="item">
337
348
Choose product group(s) that relate to your completed activity.
@@ -363,13 +374,6 @@ <h2>
363
374
</div>
364
375
<!-- Tab 2 -->
365
376
<div>
366
-
<h2>
367
-
<paper-buttonon-tap="back">
368
-
<iron-iconicon="arrow-back"></iron-icon>
369
-
</paper-button>
370
-
Activity Type
371
-
</h2>
372
-
373
377
<section>
374
378
<divclass="item">
375
379
Begin by choosing one relevant activity group.
@@ -392,7 +396,7 @@ <h2>
392
396
</div>
393
397
</div>
394
398
<divclass="item">
395
-
<div>Now choose the relevant activity type (only one allowed).</div>
399
+
Now choose the relevant activity type (only one allowed).
396
400
<div
397
401
id="activitytypenodes"
398
402
class="types item_value"
@@ -416,14 +420,12 @@ <h2>
416
420
</div>
417
421
<!-- Tab 3 -->
418
422
<div>
419
-
<h2>
420
-
<paper-buttonon-tap="back">
421
-
<iron-iconicon="arrow-back"></iron-icon>
422
-
</paper-button>
423
-
Activity Information
424
-
</h2>
425
-
<section
426
-
id="details">
423
+
424
+
<sectionid="details">
425
+
<divclass="item">
426
+
Date and Location Information.
427
+
</div>
428
+
427
429
<paper-input
428
430
id = "date"
429
431
type = "date"
@@ -447,13 +449,6 @@ <h2>
447
449
</div>
448
450
<!-- Tab 4 -->
449
451
<divclass="activityLinkPanel">
450
-
<h2>
451
-
<paper-buttonon-tap="back">
452
-
<iron-iconicon="arrow-back"></iron-icon>
453
-
</paper-button>
454
-
Activity Link and Impact
455
-
</h2>
456
-
457
452
<section>
458
453
<divclass="item">
459
454
<p>Activity links help define the impact of your activity in three areas: direct, indirect, and trained users. Each link source can have a different metric(s) for you to report and you can have many supporting links.</p>
@@ -758,6 +753,8 @@ <h2>
758
753
this.$.country.invalid=false;
759
754
this.$.date.invalid=false;
760
755
756
+
this.$.headerIcon.icon="add-circle";
757
+
761
758
// reset focus start to 0
762
759
this._focusStart();
763
760
});
@@ -774,11 +771,16 @@ <h2>
774
771
if(this._currentStep>0){
775
772
this._currentStep-=1;
776
773
}
774
+
775
+
if(this._currentStep===0){
776
+
this.$.headerIcon.icon="add-circle";
777
+
}
777
778
},
778
-
next: function(){
779
+
next: function(){
779
780
console.debug("[experts-activity-create] next - current tab: ",this._currentStep,this.activity);
0 commit comments