косметические правки
This commit is contained in:
parent
e0d54822a0
commit
31ce5511ad
|
|
@ -68,11 +68,10 @@ $index = 0;
|
||||||
|
|
||||||
<?php if($extraParams): ?>
|
<?php if($extraParams): ?>
|
||||||
<div style="width: 100%; text-align: center;">
|
<div style="width: 100%; text-align: center;">
|
||||||
<table class="table table-bordered table-hover" style="background-color: #fff; display: inline-table; width: 75%; text-align: left;">
|
<table class="table table-bordered table-hover" style="background-color: #fff; display: inline-table; width: 100%; max-width: 700px; text-align: left;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Параметр</th>
|
<th colspan="2">Дополнительная информация:</th>
|
||||||
<th>Значение</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<?php foreach ($extraParams as $extraParam) {
|
<?php foreach ($extraParams as $extraParam) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue