summaryrefslogtreecommitdiffstats
path: root/templates/pad_change.html
Commit message (Collapse)AuthorAgeFilesLines
* forms: Try to disable autocomplete on forms with password fieldsAlexander Sulfrian2016-01-121-0/+6
| | | | | | | | By default browsers (at least chrome is very agressive) try to detect forms with password inputs and try to insert saved passwords (for example from the login page). The default attribute to disable this (autocomplete=off) is ignored sometimes. Therefore we add two hidden input fields, that disable the auto filling at least in chrome.
* templates: Add group heading to sub pagesAlexander Sulfrian2016-01-121-1/+5
| | | | | The group heading should be also visible on the sub pages (group change, group delete, create/edit pad).
* templates: Code styleAlexander Sulfrian2016-01-101-10/+14
|
* layout: Remove page-headerAlexander Sulfrian2016-01-101-2/+0
|
* forms: add CreatePadAlexander Sulfrian2014-11-191-0/+33