Files
thetempusproject/app/plugins/bookmarks/views/folders/listPage.html
2025-02-05 23:57:17 -05:00

14 lines
549 B
HTML

<div class="offset-2 col-8 p-3 context-main-bg my-4">
<legend class="text-center">Folders List</legend>
<hr>
{BKMTUTS}
<p class="ps-2">
Just like the folders you have in your web browser, you can add, edit, or remove folders for organizing your bookmarks here.
</p>
<p class="px-2 text-muted text-center">
This explanation and others like it can be hidden in your <a href="/usercp/settings" class="text-decoration-none atb-green">Profile Settings</a>.
</p>
<hr>
{/BKMTUTS}
{foldersList}
</div>