Formulare für Spielerimport angepasst.

This commit is contained in:
Jürgen Meyer
2026-01-27 14:57:43 +01:00
parent 23ceb2e272
commit 70563bc8e4
@@ -2268,11 +2268,7 @@ 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="uk-table" style="width: 100%">
<tr>
<td nowrap style="width: 60%; vertical-align: top">
<div class="uk-overflow-auto">
<table class="uk-table" style="width: 100%">
<table style="width: 60%">
<tr>
<td nowrap style="width: 20%; text-align: right">
<?php echo Text::_('COM_SPORTSMANAGER_PLAYERS'); ?>:
@@ -2288,10 +2284,6 @@ class HTML_sportsmanager_admin
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_IMPORT'); ?>"
class="button"/>
@@ -2340,11 +2332,8 @@ 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="uk-table" style="width: 100%">
<tr>
<td nowrap style="width: 60%; vertical-align: top">
<div class="uk-overflow-auto">
<table class="uk-table" style="width: 100%">
<br>
<table style="width: 100%">
<?php
if (!$beschraenkter_zugriff || $ansprechpartner_importieren != 1) {
?>
@@ -2355,9 +2344,8 @@ class HTML_sportsmanager_admin
:</label>
</td>
<td nowrap>
<select class="uk-select uk-form-width-medium" name="persoenliche_daten"
id="personal_data"
size="1">
<select class="uk-select uk-form-width-large" name="persoenliche_daten"
style="width: 700px;" id="personal_data" size="1">
<?php
$status = array("0" => Text::_('COM_SPORTSMANAGER_FIRST_AND_LAST_NAME_AND_BIRTHYEAR'), "1" => Text::_('COM_SPORTSMANAGER_FIRST_AND_LAST_NAME_AND_BIRTHYEAR'), "2" => Text::_('COM_SPORTSMANAGER_FIRST_AND_LAST_NAME_AND_PSEUDONYM'));
foreach ($status as $wert => $bezeichnung) {
@@ -2441,10 +2429,6 @@ class HTML_sportsmanager_admin
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_CHECK'); ?>" class="button"/>
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>"