Extension Summary: Restore previous form wrapping.

This commit is contained in:
fusionate 2024-09-20 11:37:53 -06:00
parent 99b1c1792e
commit 8d81c5f2d7
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,7 @@
echo "<div class='card' style='margin-bottom: 30px;'>\n";
echo "<div class='form_grid'>\n";
echo " <div class='form_set'>\n";
echo " <div class='label'>\n";
@ -159,6 +160,9 @@
echo " </select>\n";
echo " </div>\n";
echo " </div>\n";
echo " <div class='form_set'>\n";
echo " <div class='label'>\n";
echo " ".$text['label-start_date_time']."\n";
echo " </div>\n";
@ -174,6 +178,7 @@
echo " </div>\n";
echo " </div>\n";
echo "</div>\n";
echo "</div>\n";