chore: remove empty class attributes, fix label for input

This commit is contained in:
Marvin Flock
2025-08-28 20:18:52 +02:00
parent f27b87a0d8
commit 60232d95b3
@@ -7573,11 +7573,11 @@ class HTML_sportsmanager_admin
{ {
global $params; global $params;
?> ?>
<style> <style>
td { td {
padding: 2px; padding: 2px;
} }
</style> </style>
<div <div
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_TO_COMPETE'); ?> class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_TO_COMPETE'); ?>
'<?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?> '<?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?>
@@ -7586,11 +7586,11 @@ class HTML_sportsmanager_admin
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm" <form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm"
enctype="multipart/form-data"> enctype="multipart/form-data">
<div class="uk-overflow-auto"> <div class="uk-overflow-auto">
<table class="" style="width: 100%;padding-top: 20px;"> <table style="width: 100%;padding-top: 20px;">
<tr> <tr>
<td nowrap style="width: 60%; vertical-align: top;"> <td nowrap style="width: 60%; vertical-align: top;">
<div class="uk-overflow-auto"> <div class="uk-overflow-auto">
<table class="" style="width: 100%;"> <table style="width: 100%;">
<tr> <tr>
<td nowrap style="width: 20%; text-align: right;"> <td nowrap style="width: 20%; text-align: right;">
<label for="team_name"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_NAME'); ?> <label for="team_name"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_NAME'); ?>
@@ -7604,7 +7604,7 @@ class HTML_sportsmanager_admin
</tr> </tr>
<tr> <tr>
<td nowrap style="width: 20%; text-align: right;"> <td nowrap style="width: 20%; text-align: right;">
<label for="team_name"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_NAME_SHORT'); ?> <label for="team_name_kurz"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_NAME_SHORT'); ?>
:</label> :</label>
</td> </td>
<td nowrap> <td nowrap>