Línea 39... |
Línea 39... |
39 |
<div
|
39 |
<div
|
40 |
class="d-block emoji-auto-complete-container w-100 hidden"
|
40 |
class="d-block emoji-auto-complete-container w-100 hidden"
|
41 |
data-region="emoji-auto-complete-container"
|
41 |
data-region="emoji-auto-complete-container"
|
42 |
aria-live="polite"
|
42 |
aria-live="polite"
|
43 |
aria-hidden="true"
|
43 |
aria-hidden="true"
|
44 |
>
|
- |
|
45 |
</div>
|
44 |
></div>
|
46 |
{{/showemojipicker}}
|
45 |
{{/showemojipicker}}
|
47 |
<div class="mt-1 row no-gutters border rounded">
|
46 |
<div class="mt-1 row no-gutters">
|
48 |
<textarea
|
47 |
<textarea
|
49 |
dir="auto"
|
48 |
dir="auto"
|
50 |
data-region="send-message-txt"
|
49 |
data-region="send-message-txt"
|
51 |
class="rui-textarea form-control w-100"
|
50 |
class="rui-textarea form-control w-100 mx-0 mb-2"
|
52 |
rows="4"
|
51 |
rows="4"
|
53 |
data-auto-rows
|
52 |
data-auto-rows
|
54 |
data-min-rows="4"
|
53 |
data-min-rows="4"
|
55 |
data-max-rows="5"
|
54 |
data-max-rows="5"
|
56 |
aria-label="{{#str}} writeamessage, core_message {{/str}}"
|
55 |
aria-label="{{#str}} writeamessage, core_message {{/str}}"
|
57 |
placeholder="{{#str}} writeamessage, core_message {{/str}}"
|
56 |
placeholder="{{#str}} writeamessage, core_message {{/str}}"
|
58 |
style="resize: none"
|
57 |
style="resize: none"
|
59 |
maxlength="{{messagemaxlength}}"
|
58 |
maxlength="{{messagemaxlength}}"
|
60 |
></textarea>
|
59 |
></textarea>
|
61 |
<button
|
60 |
<button
|
62 |
class="ml-3 mb-3 btn btn-icon btn-primary {{^showemojipicker}}w-100{{/showemojipicker}}"
|
61 |
class="btn btn-primary mt-1 {{#showemojipicker}}col mr-2{{/showemojipicker}} {{^showemojipicker}}w-100{{/showemojipicker}}"
|
63 |
aria-label="{{#str}} sendmessage, core_message {{/str}}"
|
62 |
aria-label="{{#str}} sendmessage, core_message {{/str}}"
|
64 |
data-action="send-message"
|
63 |
data-action="send-message"
|
65 |
>
|
64 |
>
|
66 |
<span data-region="send-icon-container">
|
65 |
<span data-region="send-icon-container">
|
67 |
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
|
66 |
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
|
Línea 79... |
Línea 78... |
79 |
aria-hidden="true"
|
78 |
aria-hidden="true"
|
80 |
>
|
79 |
>
|
81 |
{{> core/emoji/picker }}
|
80 |
{{> core/emoji/picker }}
|
82 |
</div>
|
81 |
</div>
|
83 |
<button
|
82 |
<button
|
84 |
class="emogi-picker-position"
|
83 |
class="btn btn-secondary mt-1"
|
85 |
aria-label="{{#str}} toggleemojipicker, core {{/str}}"
|
84 |
aria-label="{{#str}} toggleemojipicker, core {{/str}}"
|
86 |
data-action="toggle-emoji-picker"
|
85 |
data-action="toggle-emoji-picker"
|
87 |
>
|
86 |
>
|
88 |
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
87 |
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
89 |
<path d="M19.25 12C19.25 16.0041 16.0041 19.25 12 19.25C7.99594 19.25 4.75 16.0041 4.75 12C4.75 7.99594 7.99594 4.75 12 4.75C16.0041 4.75 19.25 7.99594 19.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
88 |
<path d="M19.25 12C19.25 16.0041 16.0041 19.25 12 19.25C7.99594 19.25 4.75 16.0041 4.75 12C4.75 7.99594 7.99594 4.75 12 4.75C16.0041 4.75 19.25 7.99594 19.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|