From 7bb258b5ee3c442f62eae590d65cf203ccde1e6d Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Tue, 6 May 2025 11:44:21 +0200 Subject: [PATCH] Clean examples --- htdocs/admin/tools/ui/components/inputs.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/htdocs/admin/tools/ui/components/inputs.php b/htdocs/admin/tools/ui/components/inputs.php index 7849bc04cad..de346593cf5 100644 --- a/htdocs/admin/tools/ui/components/inputs.php +++ b/htdocs/admin/tools/ui/components/inputs.php @@ -94,26 +94,28 @@ $documentation->showSidebar(); ?>

trans('DocCheckboxInputsDescription'); ?>

- - - + + +
', - '', - '', + '', + '', + '', ); echo $documentation->showCode($lines); ?>

trans('DocRadioInputsDescription'); ?>

- Radio Input + +
Radio Input' + '', + '' ); echo $documentation->showCode($lines); ?>