From 2d9606bd71500e02ff2eeb1e9f575014b4bad7e7 Mon Sep 17 00:00:00 2001 From: zhangzilong Date: Tue, 15 Feb 2022 13:35:33 +0800 Subject: [PATCH] * Code for bug #19249. --- module/custom/view/browsestoryconcept.html.php | 2 +- module/custom/view/editstoryconcept.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/custom/view/browsestoryconcept.html.php b/module/custom/view/browsestoryconcept.html.php index 119d2e75ac..f8c4ad0857 100644 --- a/module/custom/view/browsestoryconcept.html.php +++ b/module/custom/view/browsestoryconcept.html.php @@ -45,7 +45,7 @@ custom->URSR ? "disabled=disabled" : '';?> - createLink('custom', 'editStoryConcept', "id=$key", '', true), "", '', "class='btn iframe' data-width=" . ($this->config->URAndSR ? "480px" : "280px") . " title={$lang->edit}");?> + createLink('custom', 'editStoryConcept', "id=$key", '', true), "", '', "class='btn iframe' data-width=" . ($this->config->URAndSR ? "480px" : "330px") . " title={$lang->edit}");?> createLink('custom', 'deleteStoryConcept', "id=$key"), "", 'hiddenwin', "class='btn' $disabled title={$lang->delete} data-group='admin'");?> diff --git a/module/custom/view/editstoryconcept.html.php b/module/custom/view/editstoryconcept.html.php index eb835aedc3..8fc0d95713 100644 --- a/module/custom/view/editstoryconcept.html.php +++ b/module/custom/view/editstoryconcept.html.php @@ -23,7 +23,7 @@ config->URAndSR):?> custom->URConcept;?> - custom->SRConcept;?> + custom->SRConcept;?>