From f2dc4701c204b980b8ded5502c60daaeaecb37c2 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 13 May 2024 10:46:11 +0800 Subject: [PATCH] * Modify the export pop-up window size. --- module/doc/ui/tablecontents.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/doc/ui/tablecontents.html.php b/module/doc/ui/tablecontents.html.php index af12939d05..887f2c9dc5 100644 --- a/module/doc/ui/tablecontents.html.php +++ b/module/doc/ui/tablecontents.html.php @@ -10,6 +10,7 @@ declare(strict_types=1); */ namespace zin; +jsVar('exportMethod', $exportMethod); $createLibButton = common::hasPriv('doc', 'createLib') ? btn ( setClass('secondary'), @@ -85,6 +86,7 @@ toolbar 'class' => 'ghost export', 'text' => $lang->export, 'url' => $exportLink, + 'data-size' => 'sm', 'data-toggle' => 'modal' ))) : null, $createLibButton,