From 4b0a82cc2f4597a11b9275cf156ae9cceffaf44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 May 2020 00:12:46 +0200 Subject: Fix some etherpad-lite modules and packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The upgrade to 1.8.3 broke many modules, which were patched to continue working correctly. This commit also reworks the module system, making it similar to python’s withPackages. --- .../modules/ep_immae_buttons/templates/editbarButtons.ejs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/templates/editbarButtons.ejs (limited to 'pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/templates/editbarButtons.ejs') diff --git a/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/templates/editbarButtons.ejs b/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/templates/editbarButtons.ejs new file mode 100644 index 0000000..339ae3d --- /dev/null +++ b/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/templates/editbarButtons.ejs @@ -0,0 +1,12 @@ +
  • +
  • + + Clear + +
  • +
  • +
  • + + Find + +
  • -- cgit v1.2.3