+ [task#134149,doing,0.1h] add ui of testcase::exportFreeMind.

This commit is contained in:
liumengyi
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent 9512e58967
commit 1bfdfedbfb
@@ -36,6 +36,19 @@ formPanel
set::items($moduleOptionMenu)
)
),
formRowGroup
(
set::title($lang->testcase->xmindExportSetting),
to::suffix
(
icon
(
'help',
setClass('text-gray pl-1'),
toggle::tooltip(array('title' => $lang->testcase->xmindSettingTip))
)
)
),
);
render('modalDialog');