Lines 37-43
Link Here
|
37 |
/> |
37 |
/> |
38 |
</li> |
38 |
</li> |
39 |
<li> |
39 |
<li> |
40 |
<label for="license_description" |
40 |
<label |
|
|
41 |
for="license_description" |
42 |
class="required" |
41 |
>{{ $__("Description") }}: |
43 |
>{{ $__("Description") }}: |
42 |
</label> |
44 |
</label> |
43 |
<textarea |
45 |
<textarea |
Lines 53-59
Link Here
|
53 |
}}</span> |
55 |
}}</span> |
54 |
</li> |
56 |
</li> |
55 |
<li> |
57 |
<li> |
56 |
<label for="license_type" |
58 |
<label for="license_type" class="required" |
57 |
>{{ $__("Type") }}:</label |
59 |
>{{ $__("Type") }}:</label |
58 |
> |
60 |
> |
59 |
<v-select |
61 |
<v-select |
Lines 77-83
Link Here
|
77 |
}}</span> |
79 |
}}</span> |
78 |
</li> |
80 |
</li> |
79 |
<li> |
81 |
<li> |
80 |
<label for="license_status" |
82 |
<label for="license_status" class="required" |
81 |
>{{ $__("Status") }}:</label |
83 |
>{{ $__("Status") }}:</label |
82 |
> |
84 |
> |
83 |
<v-select |
85 |
<v-select |