added table borders to role table

This commit is contained in:
Frank Schubert
2021-07-01 22:49:44 +02:00
parent dd8db7904d
commit f66da99910

View File

@@ -130,7 +130,7 @@
<?php if(is_array($network->addresstypes) && count($network->addresstypes)): ?>
<form class="form" method="post" action="<?=self::getUrl("NetworkAddress", "save")?>">
<input type="hidden" name="network_id" value="<?=$network->id?>" />
<table class="table">
<table class="table table-bordered">
<tr>
<th>Name</th>
<?php foreach(TT_NETWORK_ROLES as $role): ?>
@@ -174,7 +174,7 @@
<h4 class="mt-4">Neu</h4>
<form class="form" method="post" action="<?=self::getUrl("NetworkAddress", "create")?>">
<input type="hidden" name="network_id" value="<?=$network->id?>" />
<table class="table">
<table class="table table-bordered">
<tr>
<th>Person / Firma</th>
<?php foreach(TT_NETWORK_ROLES as $role): ?>