SaveFileController can also save stylesheets (not used at the moment)

This commit is contained in:
Stephan
2015-09-09 17:44:59 +02:00
parent f1e52c5ad8
commit 200625aa3a
3 changed files with 39 additions and 1 deletions

View File

@@ -845,6 +845,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="scriptSavedText">Script view saved without any errors!</key>
<key alias="scriptErrorHeader">Script view not saved</key>
<key alias="scriptErrorText">An error occurred saving the file.</key>
<key alias="cssErrorText">An error occurred saving the file.</key>
</area>
<area alias="stylesheet">
<key alias="aliasHelp">Uses CSS syntax ex: h1, .redHeader, .blueTex</key>

View File

@@ -846,6 +846,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="scriptSavedText">Script view saved without any errors!</key>
<key alias="scriptErrorHeader">Script view not saved</key>
<key alias="scriptErrorText">An error occurred saving the file.</key>
<key alias="cssErrorText">An error occurred saving the file.</key>
</area>
<area alias="stylesheet">
<key alias="aliasHelp">Uses CSS syntax ex: h1, .redHeader, .blueTex</key>