diff options
Diffstat (limited to 'views/partials/settings.ejs')
| -rw-r--r-- | views/partials/settings.ejs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs index df19981..65fdf43 100644 --- a/views/partials/settings.ejs +++ b/views/partials/settings.ejs @@ -79,10 +79,20 @@ <div id="right_side"> + <div class='move_files_select'> + <select name="thread"> + <option value="">Move files to another thread</option> + </select> + <button id="move_files">move</button> + </div> + <table class="files" id="settings_files"> <script class="settingsFilesTemplate" type="text/html"> <tr class="file"> <td> + <input type="checkbox" name="file_id" value="{{id}}"> + </td> + <td class='name'> <a href="{{link}}" class="file">{{filename}}</a> </td> <td class="{{date_class}}"> |
