[#59] Documents: Move Documents install folder from ProgramData to Program Files
This commit is contained in:
Elwig
App.xaml.csfetch-resources.bat
Documents
BusinessDocument.cshtmlCreditNote.cshtmlDeliveryAncmtList.cshtmlDeliveryConfirmation.cshtmlDeliveryDepreciationList.cshtmlDeliveryJournal.cshtmlDeliveryNote.cshtmlDocument.csDocument.cshtmlMemberDataSheet.cshtmlMemberList.cshtmlPaymentVariantSummary.cshtmlWineQualityStatistics.cshtml
Elwig.csprojHelpers
Printing
Installer
@ -2,7 +2,7 @@
|
||||
@inherits TemplatePage<Elwig.Documents.DeliveryJournal>
|
||||
@model Elwig.Documents.DeliveryJournal
|
||||
@{ Layout = "Document"; }
|
||||
<link rel="stylesheet" href="file:///@Raw(Model.DataPath)\resources\DeliveryJournal.css"/>
|
||||
<link rel="stylesheet" href="file:///@Raw(Model.DocumentsPath)\DeliveryJournal.css"/>
|
||||
<main>
|
||||
<h1>Lieferjournal</h1>
|
||||
<h2>@Model.Filter</h2>
|
||||
|
Reference in New Issue
Block a user