Skip to content

Commit

Permalink
HTML add padding to Address/Contact Fields Categories
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisjacquet committed Feb 17, 2023
1 parent 0489dc6 commit 54f1ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Students/includes/Address.inc.php
Expand Up @@ -1411,7 +1411,7 @@
}

$request = 'values[people]';
echo '<table>';
echo '<table class="cellpadding-5">';

foreach ( (array) $categories_RET as $fields_RET )
{
Expand Down Expand Up @@ -1499,7 +1499,7 @@
}

$request = 'values[address]';
echo '<table>';
echo '<table class="cellpadding-5">';

foreach ( (array) $categories_RET as $fields_RET )
{
Expand Down

0 comments on commit 54f1ea8

Please sign in to comment.