AdminHelferLevel Aktion und Accountanlage trennen

This commit is contained in:
root 2025-06-20 18:30:32 +02:00
parent f123163c0a
commit 64e6717290
1 changed files with 8 additions and 3 deletions

View File

@ -89,7 +89,8 @@ Alternativ zur Accounterstellungsseite kann ein
<th>Linkcode</th> <th>Linkcode</th>
<th>Accounts</th> <th>Accounts</th>
<th>Dienste</th> <th>Dienste</th>
<th>Aktion</th> <th>Ändern</th>
<th><center>Account anlegen</center></th>
</tr> </tr>
<?php <?php
foreach ($HelferLevelInfo as $level => $info) { foreach ($HelferLevelInfo as $level => $info) {
@ -122,16 +123,19 @@ EOL;
<td width="25%"><input type="text" name="linkcode[$level]" value="$linkcode" size="40"></td> <td width="25%"><input type="text" name="linkcode[$level]" value="$linkcode" size="40"></td>
<td width="5%" style="text-align:center">$accounts</td> <td width="5%" style="text-align:center">$accounts</td>
<td width="5%" style="text-align:center">$dienste</td> <td width="5%" style="text-align:center">$dienste</td>
<td width="15%"> <td width="8%">
<button type="submit" name="save" value="$level" title="Ändern">💾</button> <button type="submit" name="save" value="$level" title="Ändern">💾</button>
$loeschButton $loeschButton
</td>
<td width="5%">
<center>
<a href="CreateHelfer.php?linkcode=$linkcode" <a href="CreateHelfer.php?linkcode=$linkcode"
title="Account mit diesem Level anlegen" title="Account mit diesem Level anlegen"
class="buttonlike" class="buttonlike"
style="text-decoration: none; padding: 15px 6px 9px 6px; background-color: #eee; border: 1px solid #777; border-radius: 3px; display: inline-block; "> style="text-decoration: none; padding: 15px 6px 9px 6px; background-color: #eee; border: 1px solid #777; border-radius: 3px; display: inline-block; ">
<span style="white-space: nowrap"> 🧑➕ </span> <span style="white-space: nowrap"> 🧑➕ </span>
</a> </a>
</center>
</td> </td>
</tr> </tr>
EOL; EOL;
@ -144,6 +148,7 @@ EOL;
<td>-</td> <td>-</td>
<td>-</td> <td>-</td>
<td><button type="submit" name="create" value="1" title="Neu anlegen"></button></td> <td><button type="submit" name="create" value="1" title="Neu anlegen"></button></td>
<td>-</td>
</tr> </tr>
</table> </table>
</form> </form>