Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Grenoble
Eole-Wol
Commits
297dd285
Unverified
Commit
297dd285
authored
Aug 26, 2019
by
David Beniamine
Browse files
Fix bad responsive table
parent
cfd7d528
Changes
1
Hide whitespace changes
Inline
Side-by-side
wol/www/index.php
View file @
297dd285
...
...
@@ -24,6 +24,7 @@
<script
type=
"text/javascript"
charset=
"utf8"
src=
"https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"
></script>
</head>
<body>
<div
id=
"box"
class=
"container"
style=
"font-size:large"
>
...
...
@@ -69,8 +70,8 @@ if(!isset($action)){
<br
/>
Cliquer une deuxième fois inverser l'ordre de tri.
</p>
<div
class=
"
table-responsive
"
>
<table
class=
"table-striped table-bordered table-hover"
style=
"text-align:center;"
>
<div
class=
"
col-sm-12
"
>
<table
class=
"table
table
-striped table-bordered table-hover"
style=
"text-align:center;"
>
<thead>
<tr>
<th
style=
"text-align:center;"
data-sort=
"string"
data-sort-onload=
"yes"
>
Nom
</th>
...
...
@@ -163,6 +164,7 @@ if(!isset($action)){
"
infoFiltered
"
:
"
(filtré sur _MAX_ entrées)
"
,
"
infoPostFix
"
:
""
,
"
thousands
"
:
"
,
"
,
"
scrollX
"
:
true
,
"
lengthMenu
"
:
"
Montrer _MENU_ entrées
"
,
"
loadingRecords
"
:
"
Chargement...
"
,
"
processing
"
:
"
Traitement encours...
"
,
...
...
@@ -183,7 +185,6 @@ if(!isset($action)){
});
</script>
</div>
<?php
}
else
{
if
(
!
isset
(
$name
)){
...
...
@@ -250,3 +251,4 @@ if(!isset($action)){
?>
</div>
</div>
</body>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment