|
@@ -409,20 +409,9 @@
|
|
|
</table>
|
|
</table>
|
|
|
{/foreach}
|
|
{/foreach}
|
|
|
{/if}
|
|
{/if}
|
|
|
- <table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
|
|
|
- <tr style="font-size:85%;background-color:#0273d4;color:#fff;">
|
|
|
|
|
- <td colspan=6 style="border-top:1px solid grey;">
|
|
|
|
|
- <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="newDomain" />
|
|
|
|
|
- <button title="Neue Domaine" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
|
|
- <i class="fas fa-plus fa-fw"></i> Neue Domaine
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </table>
|
|
|
|
|
|
|
+ <a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&newDomain" class="btn btn-primary">
|
|
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Domaine
|
|
|
|
|
+ </a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
{/if}
|
|
{/if}
|