From 1b0aaf4d27d420ac1fd0b82527a9f8324c58def5 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 6 Jun 2023 18:48:19 -0400 Subject: [PATCH] Update Document details to use TinyMCE Readonly mode on display. Add Print Button. UI Updates etc --- client_assets.php | 4 ++- client_document_details.php | 64 ++++++++++++++++++++++++++----------- inc_client_top_head.php | 2 +- js/app.js | 13 ++++++++ 4 files changed, 63 insertions(+), 20 deletions(-) diff --git a/client_assets.php b/client_assets.php index f2f39e4d..cdc7885b 100644 --- a/client_assets.php +++ b/client_assets.php @@ -302,10 +302,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));