mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Erst mal ein bisschen aufgeräumt
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -13543,7 +13543,7 @@ class HTML_sportsmanager_admin
|
||||
<?php echo Text::_('COM_SPORTSMANAGER_IMPORT_MESSAGE_MAIN_ROUND_CSV'); ?>:
|
||||
</td>
|
||||
<td nowrap>
|
||||
<input type="file" name="daten" size="30"/>
|
||||
<input type="file" name="daten" accept=".csv,.xml,.json" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -13551,7 +13551,7 @@ class HTML_sportsmanager_admin
|
||||
<?php echo Text::_('COM_SPORTSMANAGER_IMPORT_GAME1_ROUND_FEATURE_XML'); ?>:
|
||||
</td>
|
||||
<td nowrap>
|
||||
<input type="file" name="daten_zusatzrunde" size="30"/>
|
||||
<input type="file" name="daten_zusatzrunde" accept=".xml" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -13559,7 +13559,7 @@ class HTML_sportsmanager_admin
|
||||
<?php echo Text::_('COM_SPORTSMANAGER_IMPORT_GAME2_ROUND_FEATURE_XML'); ?>:
|
||||
</td>
|
||||
<td nowrap>
|
||||
<input type="file" name="daten_zusatzrunde2" size="30"/>
|
||||
<input type="file" name="daten_zusatzrunde2" accept=".xml" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -13567,7 +13567,7 @@ class HTML_sportsmanager_admin
|
||||
<?php echo Text::_('COM_SPORTSMANAGER_IMPORT_PRELIMINARY_ROUND_XML'); ?>:
|
||||
</td>
|
||||
<td nowrap>
|
||||
<input type="file" name="daten_vorrunde" size="30"/>
|
||||
<input type="file" name="daten_vorrunde" accept=".xml" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user