Clan löschen ist nun im Profil, nichtmehr im index des Clans (siehe Ticket 23)

main
elfenland 13 years ago
parent 4a000b3ca5
commit 4cd2c7c19e

@ -80,7 +80,6 @@ if ($user_ida['clan'] != 0) {
if ($clan[leader] == $user_ida[id]) {
?>
<p align=center><a href="index.php?as=clan/del">Clan l&ouml;schen<p></a>
<?php
}

@ -184,8 +184,35 @@ while ($row = mysql_fetch_array($clan2)) {
<td valign="top" height="25" width="195">
<p align="center"><b></b></td>
<td valign="top" height="25" width="191">
&nbsp;<input id="input" type=submit value='speichern'></td>
</tr>
&nbsp;<input id="input" type=submit value='speichern'>
</td></tr>
</table>
<?php
if ($clan[leader] == $user_ida[id]) {
?>
<hr style="width:500px; color:#333333; border-style:solid;">
<table>
<tr>
<td valign="top" height="25" width="195">
<p align="center"></td>
<td valign="top" height="25" width="191">
<p align="left">
<tr>
<td valign="top" height="25" width="195">
<p align="center"></td>
<td valign="top" height="25" width="191">
<p align="left"><a href="index.php?as=clan/del">Clan l&ouml;schen<p></a>
<?php
}
?>
</td></tr>
</table>
</form>
</body>

Loading…
Cancel
Save