|
|
@@ -394,9 +394,15 @@
|
|
|
{/if}
|
|
|
<tr>
|
|
|
<td colspan=6>
|
|
|
- <a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&modop=custom&a=newSubdomain" class="btn" style="font-size: 75%;padding:5px;">
|
|
|
- <i class="fas fa-plus fa-fw"></i> Neue Subdomaine
|
|
|
- </a>
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
+ <input type="hidden" name="a" value="newSubdomain" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
+ <button title="Neue Subdomaine" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Subdomaine
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|