added pagination to Voicenumberblock
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="first">Erste Nummer *</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" class="form-control" name="first" id="first" value="<?=$block->first?>" />
|
||||
<input type="text" class="form-control" name="first" id="first" value="<?=$block->getFirst()?>" />
|
||||
<small>4080010</small>
|
||||
</div>
|
||||
</div>
|
||||
@@ -63,7 +63,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="last">Letzte Nummer *</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" class="form-control" name="last" id="last" value="<?=$block->last?>" />
|
||||
<input type="text" class="form-control" name="last" id="last" value="<?=$block->getLast()?>" />
|
||||
<small>4080099</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user