From 474109a5df0a06f5343ab184838fe2d80e3872a8 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 11 Jan 2026 19:23:20 +0000
Subject: [PATCH] =Fixed timeline CRUD.js issue where this.activeItem was set null when we still needed it
---
inc/templates.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/inc/templates.php b/inc/templates.php
index 7e85162..dd24b96 100644
--- a/inc/templates.php
+++ b/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>';
}
--
Gitblit v1.10.0