|
15 | 15 | </div> |
16 | 16 | <div id="create_idea_footer" [@openSlide]="(app.addIdea | async) ? 'open' : 'closed'"> |
17 | 17 | <div id="post_idea_form_wrap" [class.expanded]="toggleExpand"> |
18 | | - <div *ngIf="ideation.allowAnonymous" id="anonymous_info_wrap" class="mobile_show" |
19 | | - translate="COMPONENTS.ADD_IDEA.FOOTER_FORM_ANONYMOUS_INFO"> |
20 | | - <div class="tooltip" tooltip> |
21 | | - <div class="content_title" translate="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_TITLE"></div> |
22 | | - <div class="content_description" translate="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_DESCRIPTION"></div> |
23 | | - </div> |
24 | | - </div> |
25 | 18 | <div class="form_header"> |
26 | 19 | <div class="form_header_title"> |
27 | 20 | <span translate="COMPONENTS.ADD_IDEA.FOOTER_FORM_TITLE"></span> |
|
40 | 33 | </div> |
41 | 34 |
|
42 | 35 | <div class="form_header_actions"> |
43 | | - <div *ngIf="ideation.allowAnonymous" id="anonymous_info_wrap" class="mobile_hidden" |
| 36 | + <div *ngIf="ideation.allowAnonymous" id="anonymous_info_wrap" |
44 | 37 | translate="COMPONENTS.ADD_IDEA.FOOTER_FORM_ANONYMOUS_INFO"> |
45 | 38 | <div class="tooltip" tooltip> |
46 | 39 | <div class="content_title" translate="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_TITLE"></div> |
47 | 40 | <div class="content_description" translate="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_DESCRIPTION"></div> |
48 | 41 | </div> |
49 | 42 | </div> |
50 | | - <button class="form_header_expand_button" (click)="toggleExpand = !toggleExpand" |
| 43 | + <button class="form_header_expand_button mobile_hidden" (click)="toggleExpand = !toggleExpand" |
51 | 44 | [attr.aria-expanded]="toggleExpand"> |
52 | 45 | <svg class="form_header_expand_icon" [ngClass]="{ rotated: toggleExpand }" width="24" height="24" |
53 | 46 | viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> |
|
282 | 275 | </ng-container> |
283 | 276 | </div> |
284 | 277 |
|
285 | | - <div> |
| 278 | + <div id="idea_description"> |
286 | 279 | <textarea cosmarkdown name="description" formControlName="description" |
287 | 280 | cosmarkdowntranslatecharacterstatuskey="COMPONENTS.ADD_IDEA.IDEA_TYPE_CHARACTER_LIMIT" id="idea_description" |
288 | 281 | [(item)]="description" class="gray_borders" (itemChange)="updateText($event)" |
|
0 commit comments