summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/folder_delete.html
Commit message (Collapse)AuthorAgeFilesLines
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-1/+1
| | | | Make headings take less space and have a dashed line under them.
* improve delete confirmationJavier Hernandez2024-02-051-14/+16
| | | | | | | | Make delete confirmations show information in a manner that is easier to read. This includes delete confirmations for centers, room and folder. Messages are now more clear. Also, content table shows the type of the items (folder, room, etc.)
* improve delete confirmation pageJavier Hernandez2024-02-011-7/+26
| | | | | | | | | | In delete-center, delete-room and delete-folder confirmation pages, show the ancestors of the items about to delete. Likewise, show the items it contains. For example, if user is about to delete a room, confirmation page will display in which center it is contained and the clients and folder it has inside
* views: Add delete folderJavier Hernandez2024-01-101-0/+29
Add functionality to allow the user to delete a folder. Show a confirmation page to the user listing the content of the folder that is about to delete