Alpha V2.5.8

This commit is contained in:
Flatlogic Bot 2026-03-07 00:36:56 +00:00
parent 15a8dc0231
commit 7fd4f3f013
2 changed files with 10 additions and 10 deletions

View File

@ -911,7 +911,7 @@ if ($tab === 'users') {
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Image</th><th>Nom</th> <th>Nom</th>
<th>Slug</th> <th>Slug</th>
<th>Ressource requise</th> <th>Ressource requise</th>
<th>Quantité requise</th> <th>Quantité requise</th>
@ -920,7 +920,7 @@ if ($tab === 'users') {
</thead> </thead>
<tbody> <tbody>
<?php if (empty($levels_list)): ?> <?php if (empty($levels_list)): ?>
<tr><td colspan="6" style="text-align: center; color: #8c92a3;">Aucun niveau configuré.</td></tr> <tr><td colspan="5" style="text-align: center; color: #8c92a3;">Aucun niveau configuré.</td></tr>
<?php else: ?> <?php else: ?>
<?php foreach ($levels_list as $lvl): ?> <?php foreach ($levels_list as $lvl): ?>
<tr> <tr>
@ -997,7 +997,7 @@ if ($tab === 'users') {
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Image</th><th>Nom</th> <th>Nom</th>
<th>Slug</th> <th>Slug</th>
<th>Type</th> <th>Type</th>
<th>Intervalle Niveau</th> <th>Intervalle Niveau</th>
@ -1291,7 +1291,7 @@ if ($tab === 'users') {
</div> </div>
<table> <table>
<thead><tr><th>Visuel</th><th>Image</th><th>Nom</th><th>Contrôles</th><th>Règles</th><th>Bonus/Malus</th><th>Actions</th></tr></thead> <thead><tr><th>Visuel</th><th>Nom</th><th>Contrôles</th><th>Règles</th><th>Bonus/Malus</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($objects_list as $o): ?> <?php foreach ($objects_list as $o): ?>
<tr> <tr>
@ -1374,7 +1374,7 @@ if ($tab === 'users') {
</div> </div>
<table> <table>
<thead><tr><th>Type</th><th>Image</th><th>Nom</th><th>Description</th><th>Slug</th><th>Actions</th></tr></thead> <thead><tr><th>Type</th><th>Nom</th><th>Description</th><th>Slug</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($modifiers_list as $m): ?> <?php foreach ($modifiers_list as $m): ?>
<tr> <tr>
@ -1439,7 +1439,7 @@ if ($tab === 'users') {
</div> </div>
<table> <table>
<thead><tr><th>Couleur</th><th>Image</th><th>Nom</th><th>Slug</th><th>Actions</th></tr></thead> <thead><tr><th>Couleur</th><th>Nom</th><th>Slug</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($statuses_list as $s): ?> <?php foreach ($statuses_list as $s): ?>
<tr> <tr>
@ -1693,7 +1693,7 @@ if ($tab === 'users') {
</div> </div>
<table> <table>
<thead><tr><th>Image</th><th>Nom</th><th>Slug</th><th>Description</th><th>Actions</th></tr></thead> <thead><tr><th>Nom</th><th>Slug</th><th>Description</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($settlement_types_list as $st): ?> <?php foreach ($settlement_types_list as $st): ?>
<tr> <tr>
@ -1762,7 +1762,7 @@ if ($tab === 'users') {
</div> </div>
<table> <table>
<thead><tr><th>Couleur</th><th>Visuel</th><th>Image</th><th>Nom</th><th>Slug</th><th>Alliances</th><th>Actions</th></tr></thead> <thead><tr><th>Couleur</th><th>Visuel</th><th>Nom</th><th>Slug</th><th>Alliances</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($factions_list as $f): ?> <?php foreach ($factions_list as $f): ?>
<tr> <tr>
@ -1848,7 +1848,7 @@ if ($tab === 'users') {
</div> </div>
<table> <table>
<thead><tr><th>Visuel</th><th>Image</th><th>Nom</th><th>Slug</th><th>Header?</th><th>Actions</th></tr></thead> <thead><tr><th>Visuel</th><th>Nom</th><th>Slug</th><th>Header?</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($resources_list as $r): ?> <?php foreach ($resources_list as $r): ?>
<tr> <tr>
@ -2093,7 +2093,7 @@ document.addEventListener('DOMContentLoaded', function() {
</div> </div>
<table> <table>
<thead><tr><th>Image</th><th>Nom</th><th>Slug</th><th>Objets Directs (100%)</th><th>Nb Total (%)</th><th>Pool Aléatoire (%)</th><th>Actions</th></tr></thead> <thead><tr><th>Nom</th><th>Slug</th><th>Objets Directs (100%)</th><th>Nb Total (%)</th><th>Pool Aléatoire (%)</th><th>Actions</th></tr></thead>
<tbody> <tbody>
<?php foreach ($lootboxes_list as $lb): ?> <?php foreach ($lootboxes_list as $lb): ?>
<tr> <tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB