From d4e894e04a2ed03d097a9115c826f1d2f9870472 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 16 Dec 2022 17:00:33 +0100 Subject: [PATCH] update description of smallbox --- public_html/classes/render-adminlte.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/classes/render-adminlte.class.php b/public_html/classes/render-adminlte.class.php index 0f25163..9c1c095 100755 --- a/public_html/classes/render-adminlte.class.php +++ b/public_html/classes/render-adminlte.class.php @@ -379,7 +379,7 @@ class renderadminlte { 'text'=>['group'=>'content', 'description'=>'short information text', 'example_value'=>'New orders'], 'number'=>['group'=>'content', 'description'=>'a number to highlight', 'example_value'=>"150"], 'url'=>['group'=>'content', 'description'=>'optional: url to set a link on the bottom', 'example_value'=>'#'], - 'linktext'=>['group'=>'content', 'optional: description'=>'linktext', 'example_value'=>'More info'] + 'linktext'=>['group'=>'content', 'description'=>'used if a url was given: linked text', 'example_value'=>'More info'] ] ], ]; -- GitLab