Added Voicenumberblock name
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
|
||||
<form method="get" action="<?=self::getUrl("Voicenumberblock")?>">
|
||||
<div class="row">
|
||||
<div class="col-1">
|
||||
<label class="form-label" for="filter_name">Name</label>
|
||||
<input type="text" class="form-control" name="filter[name]" id="filter_name" value="<?=$filter['name']?>" />
|
||||
</div>
|
||||
|
||||
<div class="col-1">
|
||||
<label class="form-label" for="filter_countrycode">Countrycode</label>
|
||||
<input type="text" class="form-control" name="filter[countrycode]" id="filter_countrycode" value="<?=$filter['countrycode']?>" />
|
||||
@@ -109,6 +114,7 @@
|
||||
<table class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Country Code</th>
|
||||
<th>Area Code</th>
|
||||
<th>Anfang</th>
|
||||
@@ -119,6 +125,7 @@
|
||||
<?php foreach($blocks as $block): ?>
|
||||
<tr>
|
||||
<td><?=$block->id?></td>
|
||||
<td><?=$block->name?></td>
|
||||
<td><?=$block->countrycode?></td>
|
||||
<td><?=$block->areacode?></td>
|
||||
<td><?=$block->first?></td>
|
||||
|
||||
Reference in New Issue
Block a user