mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Formular Veranstaltung übersichtlicher gestaltet
This commit is contained in:
@@ -6922,11 +6922,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="uk-table" style="width: 100%">
|
||||
<table class="" 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 class="" style="width: 100%">
|
||||
<tr>
|
||||
<td nowrap style="width: 20%; text-align: right">
|
||||
<label
|
||||
@@ -6961,7 +6961,7 @@ class HTML_sportsmanager_admin
|
||||
:</label>
|
||||
</td>
|
||||
<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">
|
||||
<?php
|
||||
for ($i = 1; $i <= 50; $i++) {
|
||||
@@ -7132,7 +7132,7 @@ class HTML_sportsmanager_admin
|
||||
:</label>
|
||||
</td>
|
||||
<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">
|
||||
<?php
|
||||
$typ = array(
|
||||
@@ -7249,7 +7249,7 @@ class HTML_sportsmanager_admin
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
</table><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -7264,13 +7264,13 @@ class HTML_sportsmanager_admin
|
||||
?>
|
||||
<input type="radio" name="bildbeibehalten_logo" id="keep_logo" value="1"
|
||||
checked><?php echo Text::_('COM_SPORTSMANAGER_NEWS_IMAGE'); ?>
|
||||
<br/><br/><?php echo $bild; ?>
|
||||
<br/><br/><label><input type="radio" name="bildbeibehalten_logo"
|
||||
<br/><?php echo $bild; ?>
|
||||
<br/><label><input type="radio" name="bildbeibehalten_logo"
|
||||
value="0"><?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"
|
||||
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"
|
||||
maxlength="150"
|
||||
value="<?php if (!empty($row)) echo htmlentities_utf8($row->logo_url); ?>"/></label>
|
||||
@@ -7279,13 +7279,13 @@ class HTML_sportsmanager_admin
|
||||
?>
|
||||
<label
|
||||
for="logo_url"><?php echo Text::_('COM_SPORTSMANAGER_NEW_IMAGE'); ?></label>
|
||||
<br/><br/><input type="file" name="bild_logo" size="30"/>
|
||||
<br/><br/><label>URL: <input class="inputbox" type="text"
|
||||
<br/><input type="file" name="bild_logo" size="30"/>
|
||||
<br/><label>URL: <input class="inputbox" type="text"
|
||||
name="logo_url" id="logo_url" size="50"
|
||||
maxlength="150"/></label>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
?><br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -7301,13 +7301,13 @@ class HTML_sportsmanager_admin
|
||||
<input type="radio" name="bildbeibehalten_ticker_logo"
|
||||
id="keep_ticker_logo" value="1"
|
||||
checked><?php echo Text::_('COM_SPORTSMANAGER_NEWS_IMAGE'); ?>
|
||||
<br/><br/><?php echo $bild; ?>
|
||||
<br/><br/><label><input type="radio" name="bildbeibehalten_ticker_logo"
|
||||
<br/><?php echo $bild; ?>
|
||||
<br/><label><input type="radio" name="bildbeibehalten_ticker_logo"
|
||||
value="0"><?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"
|
||||
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"
|
||||
size="50" maxlength="150"
|
||||
value="<?php if (!empty($row)) echo htmlentities_utf8($row->ticker_logo_url); ?>"/></label>
|
||||
@@ -7316,8 +7316,8 @@ class HTML_sportsmanager_admin
|
||||
?>
|
||||
<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/><br/>URL: <input class="inputbox" type="text"
|
||||
<br/><input type="file" name="bild_ticker_logo" size="30"/>
|
||||
<br/>URL: <input class="inputbox" type="text"
|
||||
name="ticker_logo_url" id="ticker_logo_url"
|
||||
size="50" maxlength="150"/>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user