1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

normalize templates (#48)

This commit is contained in:
tale-fau 2023-09-13 15:52:35 +02:00
parent afb510fb1d
commit 5b15372e17
3 changed files with 3 additions and 15 deletions

View file

@ -24,11 +24,7 @@
<?php echo _("Language"); ?>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<?php
foreach ($LANGUAGES as $item => $key) {
echo '<li><a class="dropdown-item" href="?lang=' . htmlspecialchars($item) . '">' . htmlspecialchars($key) . '</a></li>';
}
?>
<?php foreach ($LANGUAGES as $item => $key): echo '<li><a class="dropdown-item" href="?lang=' . htmlspecialchars($item) . '">' . htmlspecialchars($key) . '</a></li>'; endforeach; ?>
</ul>
</div>
<ul class="nav justify-content-center nav-tabs mt-2">

View file

@ -24,11 +24,7 @@
<?php echo _("Language"); ?>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<?php
foreach ($LANGUAGES as $item => $key) {
echo '<li><a class="dropdown-item" href="?lang=' . htmlspecialchars($item) . '">' . htmlspecialchars($key) . '</a></li>';
}
?>
<?php foreach ($LANGUAGES as $item => $key): echo '<li><a class="dropdown-item" href="?lang=' . htmlspecialchars($item) . '">' . htmlspecialchars($key) . '</a></li>'; endforeach; ?>
</ul>
</div>
<ul class="nav justify-content-center nav-tabs mt-2">

View file

@ -23,11 +23,7 @@
<?php echo _("Language"); ?>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<?php
foreach ($LANGUAGES as $item => $key) {
echo '<li><a class="dropdown-item" href="?lang=' . htmlspecialchars($item) . '">' . htmlspecialchars($key) . '</a></li>';
}
?>
<?php foreach ($LANGUAGES as $item => $key): echo '<li><a class="dropdown-item" href="?lang=' . htmlspecialchars($item) . '">' . htmlspecialchars($key) . '</a></li>'; endforeach; ?>
</ul>
</div>
<ul class="nav justify-content-center nav-tabs mt-2">