Jake Vanderwerf
2026-01-01 2bb9aaaf24b794b528e3894ee9f9c42ca6d7fe93
inc/templates.php
@@ -44,7 +44,7 @@
                    '.$textarea.'
                </div>
                <div class="actions row">
                    <button type="button" class="cancel">'.jvbIcon('close', ['title'=>'Cancel']).'</button>
                    <button type="button" class="cancel">'.jvbIcon('x', ['title'=>'Cancel']).'</button>
                    <button type="submit" class="create">Reply</button>
                </div>
            </div>
@@ -86,8 +86,8 @@
         <div class="upload-status">
            <div class="upload-progress"></div>
         </div>
         <button type="button" class="remove-preview" title="Remove Image">'.jvbIcon('delete').'</button>
         <button type="button" class="move-image" title="Reorder Image">'.jvbIcon('grab').'</button>
         <button type="button" class="remove-preview" title="Remove Image">'.jvbIcon('trash').'</button>
         <button type="button" class="move-image" title="Reorder Image">'.jvbIcon('dots-six-vertical').'</button>
      </div>
   </template>';
}