* Fixed casing for the "noTemplate" option
The option should be named using camel casing similar to pretty much all other options. The fix is made so either "notemplate" or "noTemplate" can be specified, making the fix backwards compatible instead of creating a breaking change.
* Setting "documentTypeId" to "-1" if not already specified and "create" is "true"
* Saved and restored user view filter and sort when viewing user details and returning to list.
* Reworked state retention when navigating to and from the users list and user details pages to use querystring values.
* Fixed issue with culture parameter on navigating between user list and details screen.
Ensured when opening users list with querystring that user states filter is correctly populated.
* Add a message bar to give context that this node/content item is in the trash/recycle bin
* Update umb-variant-content.html
* Update en.xml
* Update en_us.xml
* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.
* Added Clear translation to en.xml, en-us.xml and sv.xml.
* befin translation search placeholder. Not working for some reason, investiagte.
* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.
* merge conflicts
* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.
* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.
* Remove whitespace noise
* Improved accessibility of the data type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the macro edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the relation type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Added to do note for log viewer