Changed rowspan size
This commit is contained in:
parent
012393d164
commit
89fa37578a
|
@ -216,7 +216,7 @@ if ($id_agente) {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<?php
|
<?php
|
||||||
$table->rowspan[1][2] = 7;
|
$table->rowspan[1][2] = 3;
|
||||||
if ($id_agente) {
|
if ($id_agente) {
|
||||||
$table->data[1][2] =
|
$table->data[1][2] =
|
||||||
"<a id='qr_code_agent_view' href='javascript: show_dialog_qrcode(null, \"" .
|
"<a id='qr_code_agent_view' href='javascript: show_dialog_qrcode(null, \"" .
|
||||||
|
|
Loading…
Reference in New Issue