Vorhandene Icons angezeigt

This commit is contained in:
Matthias Grief
2024-12-22 20:51:58 +01:00
parent 4f82ef0712
commit c88271eb85

View File

@@ -79,7 +79,11 @@ if (isset($_GET['subjectId']) && isset($_GET['topicId'])) {
<div>
<label for="iconSelect" class="block text-sm font-medium text-gray-700">Icon</label>
<input class="mt-1 block w-full rounded-lg border-gray-300 shadow-sm" type="text" name="icon" id="iconSelect" value="fa-address-card">
<input class="mt-1 block w-full rounded-lg border-gray-300 shadow-sm" type="text" name="icon" id="iconSelect" value="<?php
if(isset($editingTopic)){
echo $editingTopic->getIcon();
}
?>">
</div>
<div>