Add back missing search by poster

This commit is contained in:
DariusIII
2025-12-15 22:55:55 +01:00
parent 08fdf823fe
commit f6ee447abe
+7
View File
@@ -98,6 +98,13 @@
class="w-full px-4 py-2 border border-gray-300 dark:border-gray-600 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white dark:bg-gray-700 text-gray-900 dark:text-gray-100"
min="0">
</div>
<div>
<label for="poster" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2">Poster</label>
<input type="text" id="poster" name="searchadvposter" value="{{ request('searchadvposter') }}"
class="w-full px-4 py-2 border border-gray-300 dark:border-gray-600 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white dark:bg-gray-700 text-gray-900 dark:text-gray-100"
placeholder="e.g., poster@example.com">
</div>
</div>
</div>
@endif