|
6 | 6 | <div class="card-header bg-warning text-dark border-0"> |
7 | 7 | <div class="d-flex align-items-center"> |
8 | 8 | <div class="me-3"> |
9 | | - <i class="fas fa-exclamation-triangle fa-2x"></i> |
| 9 | + <i class="ti ti-alert-triangle fa-2x"></i> |
10 | 10 | </div> |
11 | | - <div> |
12 | | - <h2 class="mb-0 h4"> |
| 11 | + <div class="d-flex align-items-center flex-column"> |
| 12 | + <p class="mb-0 h3"> |
13 | 13 | {{ __('Formcreator End of Life Notice', 'formcreator') }} |
14 | | - </h2> |
15 | | - <small class="text-muted"> |
| 14 | + </p> |
| 15 | + <p class="mb-0 text-light"> |
16 | 16 | {{ __('Migration guidance and information', 'formcreator') }} |
17 | | - </small> |
| 17 | + </p> |
18 | 18 | </div> |
19 | 19 | </div> |
20 | 20 | </div> |
21 | 21 |
|
22 | 22 | {# Body #} |
23 | 23 | <div class="card-body"> |
24 | 24 | {# EOL Notice Banner #} |
25 | | - <div class="alert alert-info border-start border-info border-4 mb-4"> |
| 25 | + <div class="alert alert-info border-start border-info border-2 mb-4"> |
26 | 26 | <div class="d-flex align-items-start"> |
27 | | - <i class="fas fa-info-circle text-info me-2 mt-1"></i> |
| 27 | + <i class="ti ti-info-circle text-info me-2 mt-1"></i> |
28 | 28 | <div> |
29 | 29 | <h5 class="alert-heading mb-2">{{ __('Important Notice', 'formcreator') }}</h5> |
30 | 30 | <p class="mb-0"> |
|
40 | 40 | <div class="card border-success h-100"> |
41 | 41 | <div class="card-header bg-light border-success"> |
42 | 42 | <h5 class="card-title mb-0 text-success"> |
43 | | - <i class="fas fa-arrow-up me-2"></i> |
| 43 | + <i class="ti ti-arrow-up me-2"></i> |
44 | 44 | {{ __('What changed?', 'formcreator') }} |
45 | 45 | </h5> |
46 | 46 | </div> |
47 | 47 | <div class="card-body"> |
48 | 48 | <ul class="list-unstyled mb-0"> |
49 | 49 | <li class="mb-2"> |
50 | | - <i class="fas fa-check text-success me-2"></i> |
| 50 | + <i class="ti ti-check text-success me-2"></i> |
51 | 51 | {{ __('GLPI 11 now has native form creation capabilities', 'formcreator') }} |
52 | 52 | </li> |
53 | 53 | <li class="mb-2"> |
54 | | - <i class="fas fa-check text-success me-2"></i> |
| 54 | + <i class="ti ti-check text-success me-2"></i> |
55 | 55 | {{ __('All Formcreator features are available in GLPI core', 'formcreator') }} |
56 | 56 | </li> |
57 | 57 | <li class="mb-2"> |
58 | | - <i class="fas fa-check text-success me-2"></i> |
| 58 | + <i class="ti ti-check text-success me-2"></i> |
59 | 59 | {{ __('Better integration with GLPI workflows', 'formcreator') }} |
60 | 60 | </li> |
61 | 61 | <li class="mb-0"> |
62 | | - <i class="fas fa-check text-success me-2"></i> |
| 62 | + <i class="ti ti-check text-success me-2"></i> |
63 | 63 | {{ __('Improved performance and security', 'formcreator') }} |
64 | 64 | </li> |
65 | 65 | </ul> |
|
71 | 71 | <div class="card border-primary h-100"> |
72 | 72 | <div class="card-header bg-light border-primary"> |
73 | 73 | <h5 class="card-title mb-0 text-primary"> |
74 | | - <i class="fas fa-tasks me-2"></i> |
| 74 | + <i class="ti ti-checklist me-2"></i> |
75 | 75 | {{ __('Next steps', 'formcreator') }} |
76 | 76 | </h5> |
77 | 77 | </div> |
78 | 78 | <div class="card-body"> |
79 | 79 | <ul class="list-unstyled mb-0"> |
80 | 80 | <li class="mb-2"> |
81 | | - <i class="fas fa-chevron-right text-primary me-2"></i> |
| 81 | + <i class="ti ti-chevron-right text-primary me-2"></i> |
82 | 82 | {{ __('Review your existing forms', 'formcreator') }} |
83 | 83 | </li> |
84 | 84 | <li class="mb-2"> |
85 | | - <i class="fas fa-chevron-right text-primary me-2"></i> |
| 85 | + <i class="ti ti-chevron-right text-primary me-2"></i> |
86 | 86 | {{ __('Migrate to GLPI 11 native forms', 'formcreator') }} |
87 | 87 | </li> |
88 | 88 | <li class="mb-2"> |
89 | | - <i class="fas fa-chevron-right text-primary me-2"></i> |
| 89 | + <i class="ti ti-chevron-right text-primary me-2"></i> |
90 | 90 | {{ __('Test the new form system', 'formcreator') }} |
91 | 91 | </li> |
92 | 92 | <li class="mb-0"> |
93 | | - <i class="fas fa-chevron-right text-primary me-2"></i> |
| 93 | + <i class="ti ti-chevron-right text-primary me-2"></i> |
94 | 94 | {{ __('Uninstall Formcreator plugin when ready', 'formcreator') }} |
95 | 95 | </li> |
96 | 96 | </ul> |
|
104 | 104 | <div class="d-flex flex-wrap justify-content-center gap-3"> |
105 | 105 | <a href="{{ plugin_web_dir }}/front/migration_status.php" |
106 | 106 | class="btn btn-primary px-4"> |
107 | | - <i class="fas fa-exchange-alt me-2"></i> |
| 107 | + <i class="ti ti-arrows-exchange me-2"></i> |
108 | 108 | {{ __('View Migration Status', 'formcreator') }} |
109 | 109 | </a> |
110 | 110 | </div> |
|
0 commit comments