Some modifications in the backend from HWK

This commit is contained in:
Christian Wolf 2019-06-18 14:29:18 +02:00
parent 1d1bde1a8d
commit a2eb141d5c
3 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@ defined('_JEXEC') or die;
<h2>Stammdaten</h2> <h2>Stammdaten</h2>
<table> <table>
<tr> <tr>
<td>Bezeichnung</td> <td>Clubname</td>
<td><input type='text' name='name' value='<?php echo htmlentities($this->object->getName()); ?>'></td> <td><input type='text' name='name' value='<?php echo htmlentities($this->object->getName()); ?>'></td>
</tr> </tr>
<tr> <tr>
<td>Adresse</td> <td>Vollst&auml;ndige postalische Adresse</td>
<td> <td>
<textarea name='address' rows='5'><?php echo htmlentities($this->object->getAddress()); ?></textarea> <textarea name='address' rows='5'><?php echo htmlentities($this->object->getAddress()); ?></textarea>
</td> </td>

View File

@ -64,7 +64,7 @@ defined('_JEXEC') or die;
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Adresse (optional): </td> <td>Postalische Adresse (optional): </td>
<td> <td>
<textarea name='address' rows='4'><?php echo $this->assoc->getAddress(); ?></textarea> <textarea name='address' rows='4'><?php echo $this->assoc->getAddress(); ?></textarea>
</td> </td>

View File

@ -28,7 +28,7 @@ defined('_JEXEC') or die;
<td><input type='text' name='name' value='<?php echo htmlentities($this->object->getName()); ?>'></td> <td><input type='text' name='name' value='<?php echo htmlentities($this->object->getName()); ?>'></td>
</tr> </tr>
<tr> <tr>
<td>Adresse</td> <td>Vollst&auml;ndige postalische Adresse</td>
<td> <td>
<textarea rows="4" name='address'><?php echo (htmlentities($this->object->getAddress())); ?></textarea> <textarea rows="4" name='address'><?php echo (htmlentities($this->object->getAddress())); ?></textarea>
</tr> </tr>