json bindings filter && order
This commit is contained in:
@@ -80,7 +80,7 @@ $templateName = $stmt->fetchColumn() ?: ('Template ' . $templateId);
|
||||
height: 36px;
|
||||
}
|
||||
</style>
|
||||
<title>Binding JSON -> LIMS - <?= htmlspecialchars($titlewebsite ?? '', ENT_QUOTES, 'UTF-8'); ?></title>
|
||||
<title>Binding JSON → LIMS - <?= htmlspecialchars($titlewebsite ?? '', ENT_QUOTES, 'UTF-8'); ?></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -94,8 +94,8 @@ $templateName = $stmt->fetchColumn() ?: ('Template ' . $templateId);
|
||||
<div class="card-header">
|
||||
<div class="d-flex align-items-center justify-content-between flex-wrap gap-2">
|
||||
<div>
|
||||
<h6 class="mb-0">Binding JSON -> LIMS</h6>
|
||||
<small><?= htmlspecialchars($templateName) ?> - Template ID: <?= $templateId ?></small>
|
||||
<h6 class="mb-0">Binding JSON → LIMS</h6>
|
||||
<small><?= htmlspecialchars($templateName) ?> · Template ID: <?= $templateId ?></small>
|
||||
</div>
|
||||
<a href="bindings_manage.php?template_id=<?= $templateId ?>" class="btn btn-sm btn-outline-secondary">
|
||||
<i class="fas fa-cog"></i> Gestione binding
|
||||
|
||||
Reference in New Issue
Block a user