Teil 2 #94

Merged
mg8220s merged 121 commits from dev into main 2025-01-08 10:16:03 +01:00
Showing only changes of commit c88271eb85 - Show all commits

View File

@@ -79,7 +79,11 @@ if (isset($_GET['subjectId']) && isset($_GET['topicId'])) {
<div> <div>
<label for="iconSelect" class="block text-sm font-medium text-gray-700">Icon</label> <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>
<div> <div>