- Introduced a new WordPress theme "BackPRO News" with a lightweight magazine-style design. - Added columns for tracking retry attempts and timestamps for unpublished/generated articles in the articles table. - Included remote service metadata fields in the sites table for better management. - Created log files for image replacements, installer actions, OpenAI article generation, and publishing processes. - Implemented a dashboard template for site management, including permalink settings and theme installation options.
15 lines
609 B
PHP
15 lines
609 B
PHP
<header class="bg-white border-bottom p-3 d-flex justify-content-between align-items-center">
|
|
<div></div>
|
|
<div class="d-flex align-items-center gap-3">
|
|
<form method="post" action="/publish/run" class="d-inline" data-confirm="Uruchomic publikacje teraz?">
|
|
<button type="submit" class="btn btn-sm btn-success">
|
|
<i class="bi bi-play-circle me-1"></i>Publikuj teraz
|
|
</button>
|
|
</form>
|
|
<a href="/logout" class="btn btn-sm btn-outline-secondary">
|
|
<i class="bi bi-box-arrow-right me-1"></i>Wyloguj
|
|
</a>
|
|
</div>
|
|
</header>
|
|
|