Línea 49... |
Línea 49... |
49 |
>
|
49 |
>
|
50 |
{{/loggedinuser}}
|
50 |
{{/loggedinuser}}
|
51 |
</div>
|
51 |
</div>
|
52 |
<div class="w-100">
|
52 |
<div class="w-100">
|
53 |
{{#loggedinuser}}
|
53 |
{{#loggedinuser}}
|
54 |
<h4 class="h5 font-weight-bold reply-author">{{#str}} replyauthorself, mod_forum, {{firstname}}{{/str}}</h4>
|
54 |
<h4 class="h5 fw-bold reply-author">{{#str}} replyauthorself, mod_forum, {{firstname}}{{/str}}</h4>
|
55 |
{{/loggedinuser}}
|
55 |
{{/loggedinuser}}
|
56 |
{{#throttlingwarningmsg}}
|
56 |
{{#throttlingwarningmsg}}
|
57 |
<div class="alert alert-danger alert-block fade in " role="alert">
|
57 |
<div class="alert alert-danger alert-block fade in " role="alert">
|
58 |
{{throttlingwarningmsg}}
|
58 |
{{throttlingwarningmsg}}
|
59 |
</div>
|
59 |
</div>
|
Línea 76... |
Línea 76... |
76 |
<input type="hidden" name="postformat" value="{{postformat}}"/>
|
76 |
<input type="hidden" name="postformat" value="{{postformat}}"/>
|
77 |
<input type="hidden" name="subject" value="{{parentsubject}}"/>
|
77 |
<input type="hidden" name="subject" value="{{parentsubject}}"/>
|
78 |
<input type="hidden" name="reply" value="{{postid}}"/>
|
78 |
<input type="hidden" name="reply" value="{{postid}}"/>
|
79 |
<input type="hidden" name="sesskey" value="{{sesskey}}"/>
|
79 |
<input type="hidden" name="sesskey" value="{{sesskey}}"/>
|
80 |
<div class="d-flex mt-3 align-items-center flex-wrap">
|
80 |
<div class="d-flex mt-3 align-items-center flex-wrap">
|
81 |
<button class="btn btn-primary font-weight-bold px-3" data-action="forum-inpage-submit">
|
81 |
<button class="btn btn-primary fw-bold px-3" data-action="forum-inpage-submit">
|
82 |
<span data-region="submit-text">{{#str}} posttoforum, mod_forum {{/str}}</span>
|
82 |
<span data-region="submit-text">{{#str}} posttoforum, mod_forum {{/str}}</span>
|
83 |
<span data-region="loading-icon-container" class="hidden">{{> core/loading }}</span>
|
83 |
<span data-region="loading-icon-container" class="hidden">{{> core/loading }}</span>
|
84 |
</button>
|
84 |
</button>
|
85 |
<button data-action="forum-advanced-reply" class="btn btn-link mr-auto" type="submit">
|
85 |
<button data-action="forum-advanced-reply" class="btn btn-link me-auto" type="submit">
|
86 |
{{#str}} advanced, core {{/str}}
|
86 |
{{#str}} advanced, core {{/str}}
|
87 |
</button>
|
87 |
</button>
|
88 |
{{#canreplyprivately}}
|
88 |
{{#canreplyprivately}}
|
89 |
<div class="form-check form-check-inline">
|
89 |
<div class="form-check form-check-inline">
|
90 |
<div class="custom-control custom-switch">
|
90 |
<div class="form-check form-switch">
|
91 |
<input name="privatereply" type="checkbox" class="custom-control-input" id="private-reply-checkbox-{{uniqid}}">
|
91 |
<input name="privatereply" type="checkbox" class="form-check-input" id="private-reply-checkbox-{{uniqid}}">
|
92 |
<label class="custom-control-label" for="private-reply-checkbox-{{uniqid}}">
|
92 |
<label class="form-check-label" for="private-reply-checkbox-{{uniqid}}">
|
93 |
{{#str}} privatereply, forum {{/str}}
|
93 |
{{#str}} privatereply, forum {{/str}}
|
94 |
</label>
|
94 |
</label>
|
95 |
</div>
|
95 |
</div>
|
96 |
</div>
|
96 |
</div>
|
97 |
{{/canreplyprivately}}
|
97 |
{{/canreplyprivately}}
|
98 |
<button
|
98 |
<button
|
99 |
class="btn btn-icon icon-no-margin icon-size-4 text-muted"
|
99 |
class="btn btn-icon icon-size-4 text-muted"
|
100 |
title="{{#str}} cancelreply, mod_forum {{/str}}"
|
100 |
title="{{#str}} cancelreply, mod_forum {{/str}}"
|
101 |
data-action="cancel-inpage-reply"
|
101 |
data-action="cancel-inpage-reply"
|
102 |
>
|
102 |
>
|
103 |
{{#pix}} i/delete, core {{/pix}}
|
103 |
{{#pix}} i/delete, core {{/pix}}
|
104 |
</button>
|
104 |
</button>
|