Changeset feced2c in Klonkt for src/views/partials/reply-editor.ejs
- Timestamp:
- 07/19/2026 05:25:26 PM (7 weeks ago)
- Branches:
- main
- Children:
- 5190152
- Parents:
- 33e1dbd
- git-author:
- Robin <roboburr@…> (07/19/2026 05:24:58 PM)
- git-committer:
- Robin <roboburr@…> (07/19/2026 05:25:26 PM)
- File:
-
- 1 edited
-
src/views/partials/reply-editor.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/reply-editor.ejs
r33e1dbd rfeced2c 18 18 %> 19 19 <% var _reLang = (typeof defaultLang !== 'undefined' && defaultLang) || (typeof lang !== 'undefined' ? lang : 'en'); %> 20 <form method="post" action="<%= action %>" class="re-form" data-re> 20 <form method="post" action="<%= action %>" class="re-form" data-re 21 data-upload="/posts/upload-reply-media" data-upload-err="<%= t('re.attach_err') %>"> 21 22 <% (typeof hiddenFields !== 'undefined' ? hiddenFields : []).forEach(function (h) { %> 22 23 <input type="hidden" name="<%= h.name %>" value="<%= h.value %>"> … … 35 36 <button type="button" data-cmd="list" title="<%= t('re.list') %>" aria-label="<%= t('re.list') %>">•≡</button> 36 37 <button type="button" data-cmd="quote" title="<%= t('re.quote') %>" aria-label="<%= t('re.quote') %>">❝</button> 38 <button type="button" data-cmd="attach" title="<%= t('re.attach') %>" aria-label="<%= t('re.attach') %>">📎</button> 39 <input type="file" class="re-file" accept="image/*,audio/*,video/*" multiple hidden> 37 40 </div> 41 <input type="hidden" name="attachments" value=""> 42 <div class="re-attachments" hidden></div> 38 43 <textarea name="text" rows="<%= typeof rows !== 'undefined' ? rows : 3 %>" required placeholder="<%= placeholder %>"></textarea> 39 44 <div class="re-editor" contenteditable="true" role="textbox" aria-multiline="true"
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)