Files
thetempusproject/app/plugins/bookmarks/views/folders/listPage.html
Joey Kimsey ccc134d1b2 wip
2024-12-26 13:39:59 -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>