From 109cc5e61657aa5670f6123375085e0d29e42b37 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 5 Sep 2016 00:26:54 +0200 Subject: [PATCH] WIP --- Yavsc/Views/FrontOffice/Estimate.cshtml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Yavsc/Views/FrontOffice/Estimate.cshtml b/Yavsc/Views/FrontOffice/Estimate.cshtml index 76b9af55..050004b2 100644 --- a/Yavsc/Views/FrontOffice/Estimate.cshtml +++ b/Yavsc/Views/FrontOffice/Estimate.cshtml @@ -76,7 +76,8 @@ if (!string.IsNullOrWhiteSpace(@Model.Command.Client.PhoneNumber)) { Téléphone fixe: @Model.Command.Client.PhoneNumber \\ } - if (!string.IsNullOrWhiteSpace(eto)) { + +if (!string.IsNullOrWhiteSpace(eto)) { E-mail: @Model.Command.Client.Email } } @@ -98,13 +99,13 @@ \renewcommand{\headrulewidth}{0pt} \cfoot{ - if (!string.IsNullOrWhiteSpace(from.Name)) { from.Name } - if (!string.IsNullOrWhiteSpace(from.Address)) { - from.Address } - if (!string.IsNullOrWhiteSpace(from.CityAndState)) { - from.CityAndState } \newline + @if (!string.IsNullOrWhiteSpace(from.Name)) { from.Name } + @if (!string.IsNullOrWhiteSpace(from.Address)) { @"-" @from.Address } + @if (!string.IsNullOrWhiteSpace(from.CityAndState)) { @"-" @from.CityAndState } \newline \small{ - if (!string.IsNullOrWhiteSpace(efrom)) { E-mail: efrom } - if (!string.IsNullOrWhiteSpace(from.Mobile)) { - Téléphone mobile: from.Mobile } - if (!string.IsNullOrWhiteSpace(from.Phone)) { - Téléphone fixe: from.Phone } + @if (!string.IsNullOrWhiteSpace(efrom)) { E-mail: efrom } + @if (!string.IsNullOrWhiteSpace(from.Mobile)) { @"-" Téléphone mobile: @from.Mobile } + @if (!string.IsNullOrWhiteSpace(from.Phone)) { @"-" Téléphone fixe: @from.Phone } } }