mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
chore: remove empty class attributes, fix label for input
This commit is contained in:
@@ -7573,11 +7573,11 @@ class HTML_sportsmanager_admin
|
||||
{
|
||||
global $params;
|
||||
?>
|
||||
<style>
|
||||
td {
|
||||
padding: 2px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
td {
|
||||
padding: 2px;
|
||||
}
|
||||
</style>
|
||||
<div
|
||||
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_TO_COMPETE'); ?>
|
||||
'<?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"
|
||||
enctype="multipart/form-data">
|
||||
<div class="uk-overflow-auto">
|
||||
<table class="" style="width: 100%;padding-top: 20px;">
|
||||
<table style="width: 100%;padding-top: 20px;">
|
||||
<tr>
|
||||
<td nowrap style="width: 60%; vertical-align: top;">
|
||||
<div class="uk-overflow-auto">
|
||||
<table class="" style="width: 100%;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td nowrap style="width: 20%; text-align: right;">
|
||||
<label for="team_name"><?php echo Text::_('COM_SPORTSMANAGER_TEAM_NAME'); ?>
|
||||
@@ -7604,7 +7604,7 @@ class HTML_sportsmanager_admin
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</td>
|
||||
<td nowrap>
|
||||
|
||||
Reference in New Issue
Block a user