mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-12 17:20:08 +01:00
fix: visualizzazione tabelle da mobile
This commit is contained in:
parent
6a706fc7ae
commit
fa7539aa35
@ -212,7 +212,7 @@ function initcard(controllo, success) {
|
||||
if (!success) {
|
||||
card += `
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -33,7 +33,7 @@ $evasione_bar = [
|
||||
];
|
||||
|
||||
echo '
|
||||
<div class="table-responsive row-list">
|
||||
<div class="table-responsive text-nowrap row-list">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -33,7 +33,7 @@ $evasione_bar = [
|
||||
];
|
||||
|
||||
echo '
|
||||
<div class="table-responsive row-list">
|
||||
<div class="table-responsive text-nowrap row-list">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -30,7 +30,7 @@ $righe = $order_row_desc ? $fattura->getRighe()->sortByDesc('created_at') : $fat
|
||||
$colspan = $dir == 'entrata' ? '8' : '7';
|
||||
|
||||
echo '
|
||||
<div class="table-responsive row-list">
|
||||
<div class="table-responsive text-nowrap row-list">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -67,7 +67,7 @@ if (!empty($sessioni)) {
|
||||
$prev_tecnico = $sessione['ragione_sociale'];
|
||||
|
||||
echo '
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-striped table-hover table-sm">
|
||||
<tr><th>';
|
||||
|
||||
|
@ -33,7 +33,7 @@ $evasione_bar = [
|
||||
];
|
||||
|
||||
echo '
|
||||
<div class="table-responsive row-list">
|
||||
<div class="table-responsive text-nowrap row-list">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -40,7 +40,7 @@ $evasione_bar = [
|
||||
];
|
||||
|
||||
echo '
|
||||
<div class="table-responsive row-list">
|
||||
<div class="table-responsive text-nowrap row-list">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -48,7 +48,7 @@ $terzo_livello = $dbo->fetchArray($query3);
|
||||
|
||||
if (!empty($terzo_livello)) {
|
||||
echo '
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-striped table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -28,7 +28,7 @@ $righe = $order_row_desc ? $preventivo->getRighe()->sortByDesc('created_at') : $
|
||||
$colspan = '9';
|
||||
|
||||
echo '
|
||||
<div class="table-responsive row-list">
|
||||
<div class="table-responsive text-nowrap row-list">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -57,7 +57,7 @@ echo '
|
||||
|
||||
if (!empty($utenti)) {
|
||||
echo '
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-hover table-sm table-striped">
|
||||
<tr>
|
||||
<th>'.tr('Nome utente').'</th>
|
||||
@ -196,7 +196,7 @@ echo '
|
||||
<div class="card-body">';
|
||||
if ($record['nome'] != 'Amministratori') {
|
||||
echo '
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-hover table-sm table-striped">
|
||||
<tr>
|
||||
<th>'.tr('Modulo').'</th>
|
||||
|
@ -361,7 +361,7 @@ if (!empty($righe)) {
|
||||
<div class="clearfix"></div>
|
||||
</h4>
|
||||
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -362,7 +362,7 @@ if (!empty($righe)) {
|
||||
<div class="clearfix"></div>
|
||||
</h4>
|
||||
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -40,7 +40,7 @@ echo '
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive text-nowrap">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -96,7 +96,7 @@ class FileManager implements ManagerInterface
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body no-padding table-responsive">
|
||||
<div class="card-body no-padding table-responsive text-nowrap">
|
||||
<table class="table table-striped table-sm ">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user