Formular Veranstaltung übersichtlicher gestaltet

This commit is contained in:
Jürgen Meyer
2025-06-12 17:04:20 +02:00
parent feb08ff903
commit 902ae55a9a
@@ -6922,11 +6922,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="uk-table" style="width: 100%"> <table class="" style="width: 100%">
<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="uk-table" style="width: 100%"> <table class="" style="width: 100%">
<tr> <tr>
<td nowrap style="width: 20%; text-align: right"> <td nowrap style="width: 20%; text-align: right">
<label <label
@@ -6961,7 +6961,7 @@ class HTML_sportsmanager_admin
:</label> :</label>
</td> </td>
<td nowrap> <td nowrap>
<select class="uk-select uk-form-width-medium" name="kategorie" <select class="uk-select uk-form-width-medium" style='width: 350px;' name="kategorie"
id="category" size="1"> id="category" size="1">
<?php <?php
for ($i = 1; $i <= 50; $i++) { for ($i = 1; $i <= 50; $i++) {
@@ -7132,7 +7132,7 @@ class HTML_sportsmanager_admin
:</label> :</label>
</td> </td>
<td nowrap> <td nowrap>
<select class="uk-select uk-form-width-medium" name="tabellenwertung" <select class="uk-select uk-form-width-large" style='width: 600px;' name="tabellenwertung"
id="table_evaluation" size="1"> id="table_evaluation" size="1">
<?php <?php
$typ = array( $typ = array(
@@ -7249,7 +7249,7 @@ class HTML_sportsmanager_admin
} }
?> ?>
</tr> </tr>
</table> </table><br/>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -7264,13 +7264,13 @@ class HTML_sportsmanager_admin
?> ?>
<input type="radio" name="bildbeibehalten_logo" id="keep_logo" value="1" <input type="radio" name="bildbeibehalten_logo" id="keep_logo" value="1"
checked><?php echo Text::_('COM_SPORTSMANAGER_NEWS_IMAGE'); ?> checked><?php echo Text::_('COM_SPORTSMANAGER_NEWS_IMAGE'); ?>
<br/><br/><?php echo $bild; ?> <br/><?php echo $bild; ?>
<br/><br/><label><input type="radio" name="bildbeibehalten_logo" <br/><label><input type="radio" name="bildbeibehalten_logo"
value="0"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?> value="0"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?>
</label> </label>
<br/><br/><input type="file" name="bild_logo" size="30" <br/><input type="file" name="bild_logo" size="30"
onchange="document.adminForm.bildbeibehalten_logo[1].checked = true;"/> onchange="document.adminForm.bildbeibehalten_logo[1].checked = true;"/>
<br/><br/><label>URL: <input class="inputbox" type="text" <br/><label>URL: <input class="inputbox" type="text"
name="logo_url" size="50" name="logo_url" size="50"
maxlength="150" maxlength="150"
value="<?php if (!empty($row)) echo htmlentities_utf8($row->logo_url); ?>"/></label> value="<?php if (!empty($row)) echo htmlentities_utf8($row->logo_url); ?>"/></label>
@@ -7279,13 +7279,13 @@ class HTML_sportsmanager_admin
?> ?>
<label <label
for="logo_url"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?></label> for="logo_url"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?></label>
<br/><br/><input type="file" name="bild_logo" size="30"/> <br/><input type="file" name="bild_logo" size="30"/>
<br/><br/><label>URL: <input class="inputbox" type="text" <br/><label>URL: <input class="inputbox" type="text"
name="logo_url" id="logo_url" size="50" name="logo_url" id="logo_url" size="50"
maxlength="150"/></label> maxlength="150"/></label>
<?php <?php
} }
?> ?><br/><br/>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -7301,13 +7301,13 @@ class HTML_sportsmanager_admin
<input type="radio" name="bildbeibehalten_ticker_logo" <input type="radio" name="bildbeibehalten_ticker_logo"
id="keep_ticker_logo" value="1" id="keep_ticker_logo" value="1"
checked><?php echo Text::_('COM_SPORTSMANAGER_NEWS_IMAGE'); ?> checked><?php echo Text::_('COM_SPORTSMANAGER_NEWS_IMAGE'); ?>
<br/><br/><?php echo $bild; ?> <br/><?php echo $bild; ?>
<br/><br/><label><input type="radio" name="bildbeibehalten_ticker_logo" <br/><label><input type="radio" name="bildbeibehalten_ticker_logo"
value="0"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?> value="0"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?>
</label> </label>
<br/><br/><input type="file" name="bild_ticker_logo" size="30" <br/><input type="file" name="bild_ticker_logo" size="30"
onchange="document.adminForm.bildbeibehalten_ticker_logo[1].checked = true;"/> onchange="document.adminForm.bildbeibehalten_ticker_logo[1].checked = true;"/>
<br/><br/><label>URL: <input class="inputbox" type="text" <br/><label>URL: <input class="inputbox" type="text"
name="ticker_logo_url" name="ticker_logo_url"
size="50" maxlength="150" size="50" maxlength="150"
value="<?php if (!empty($row)) echo htmlentities_utf8($row->ticker_logo_url); ?>"/></label> value="<?php if (!empty($row)) echo htmlentities_utf8($row->ticker_logo_url); ?>"/></label>
@@ -7316,8 +7316,8 @@ class HTML_sportsmanager_admin
?> ?>
<label <label
for="ticker_logo_url"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?></label> for="ticker_logo_url"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?></label>
<br/><br/><input type="file" name="bild_ticker_logo" size="30"/> <br/><input type="file" name="bild_ticker_logo" size="30"/>
<br/><br/>URL: <input class="inputbox" type="text" <br/>URL: <input class="inputbox" type="text"
name="ticker_logo_url" id="ticker_logo_url" name="ticker_logo_url" id="ticker_logo_url"
size="50" maxlength="150"/> size="50" maxlength="150"/>
<?php <?php