Vorhandene Icons angezeigt
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user