added table borders to role table
This commit is contained in:
@@ -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): ?>
|
||||
|
||||
Reference in New Issue
Block a user