From e0b10526400e6824f8d94ad975bcbd234d238e15 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 25 Jan 2023 09:52:23 +0100 Subject: [PATCH] add class 'add-clipboard-area' to clipboard menu item to make it drop aware --- views/bootstrap/class.Bootstrap.php | 2 +- views/bootstrap4/class.Bootstrap4.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 7d52d926e..295715ef5 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -422,7 +422,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; /* clipboard {{{ */ if($this->params['enableclipboard']) { echo "
"; - echo "
getID() : 0)."\">
"; + echo "
getID() : 0)."\">
"; echo "
"; } /* }}} End of clipboard */ diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 2c7a509f6..fc812ef38 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -397,7 +397,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; /* clipboard {{{ */ if($this->params['enableclipboard']) { echo "
"; - echo "
getID() : 0)."\">
"; + echo "
getID() : 0)."\">
"; echo "
"; } /* }}} End of clipboard */