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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user