This commit is contained in:
@@ -294,7 +294,7 @@ if ($isAdminArea && !empty($canManageSystemSettings)) {
|
||||
<?php if (!empty($request['provider_links'])): ?><p class="muted small">Verknüpft: <?= htmlspecialchars(implode(', ', array_map('strtoupper', array_keys((array)$request['provider_links']))), ENT_QUOTES) ?><?= $request['rating_value'] !== null ? ' · Google: ' . htmlspecialchars((string)$request['rating_value'], ENT_QUOTES) . ' / 5 (' . (int)$request['rating_count'] . ')' : '' ?></p><?php endif; ?>
|
||||
<?php if (!empty($request['missing_providers'])): ?><p class="muted small">Fehlt: <?= htmlspecialchars(implode(', ', array_map('strtoupper', (array)$request['missing_providers'])), ENT_QUOTES) ?></p><?php endif; ?>
|
||||
<div class="flex gap-12" style="flex-wrap:wrap; margin:14px 0;">
|
||||
<?php if (($listingReviewTab ?? 'approvals') === 'approvals'): ?><a class="btn ghost" href="/dashboard?area=admin&section=listing-review&listing_tab=approvals&edit_listing=<?= (int)$request['listing_id'] ?>">Bearbeiten</a><?php endif; ?>
|
||||
<a class="btn ghost" href="/dashboard?area=admin&section=listing-review&listing_tab=<?= htmlspecialchars((string)($listingReviewTab ?? 'approvals'), ENT_QUOTES) ?>&edit_listing=<?= (int)$request['listing_id'] ?>">Bearbeiten</a>
|
||||
<form method="post"><input type="hidden" name="action" value="place_provider_search"><input type="hidden" name="listing_id" value="<?= (int)$request['listing_id'] ?>"><button class="btn ghost" type="submit">Externe Ortsdaten suchen</button></form>
|
||||
</div>
|
||||
<?php $providerSearch = $placeProviderSearches[(int)$request['listing_id']] ?? null; ?>
|
||||
@@ -302,7 +302,7 @@ if ($isAdminArea && !empty($canManageSystemSettings)) {
|
||||
<div class="card stack gap-10" style="padding:14px; margin:14px 0;">
|
||||
<strong>Treffer für <?= htmlspecialchars((string)($providerSearch['query'] ?? ''), ENT_QUOTES) ?></strong>
|
||||
<?php foreach ((array)($providerSearch['notices'] ?? []) as $notice): ?><p class="muted small" style="margin:0;"><?= htmlspecialchars((string)$notice, ENT_QUOTES) ?></p><?php endforeach; ?>
|
||||
<?php if (empty($providerSearch['results'])): ?><p class="muted small" style="margin:0;">Keine Treffer. Adresse oder Name bitte über „Bearbeiten“ prüfen.</p><?php endif; ?>
|
||||
<?php if (empty($providerSearch['results'])): ?><p class="muted small" style="margin:0;">Keine Treffer. Adresse oder Name über den Button „Bearbeiten“ oben prüfen.</p><?php endif; ?>
|
||||
<?php foreach ((array)($providerSearch['results'] ?? []) as $resultIndex => $result): ?>
|
||||
<div class="card" style="padding:12px;">
|
||||
<div class="flex gap-12" style="align-items:flex-start; justify-content:space-between; flex-wrap:wrap;">
|
||||
|
||||
Reference in New Issue
Block a user