chore(letter): adjust pin box once more; include recipients name in address field
This commit is contained in:
parent
e7075b3650
commit
a2f18a2272
@ -86,7 +86,7 @@ mprToMeta :: MetaPinRenewal -> P.Meta
|
|||||||
mprToMeta MetaPinRenewal{..} = P.Meta $ mconcat
|
mprToMeta MetaPinRenewal{..} = P.Meta $ mconcat
|
||||||
-- formatTimeUser SelFormatDate mppDate mppRecipient
|
-- formatTimeUser SelFormatDate mppDate mppRecipient
|
||||||
[ toMeta "recipient" mppRecipient
|
[ toMeta "recipient" mppRecipient
|
||||||
, toMeta "address" (mppAddress & html2textlines)
|
, toMeta "address" (mppRecipient : (mppAddress & html2textlines))
|
||||||
, toMeta "login" mppLogin
|
, toMeta "login" mppLogin
|
||||||
, toMeta "pin" mppPin
|
, toMeta "pin" mppPin
|
||||||
, mbMeta "url" (mppURL <&> tshow)
|
, mbMeta "url" (mppURL <&> tshow)
|
||||||
|
|||||||
@ -98,8 +98,8 @@ $endif$
|
|||||||
\setlength{\textwidth}{\useplength{firstheadwidth}}
|
\setlength{\textwidth}{\useplength{firstheadwidth}}
|
||||||
|
|
||||||
\usepackage[absolute,quiet,overlay]{textpos}%,showboxes
|
\usepackage[absolute,quiet,overlay]{textpos}%,showboxes
|
||||||
\setlength{\TPHorizModule}{5mm}
|
\setlength{\TPHorizModule}{1mm}
|
||||||
\setlength{\TPVertModule}{5mm}
|
\setlength{\TPVertModule}{1mm}
|
||||||
|
|
||||||
\providecommand{\tightlist}{%
|
\providecommand{\tightlist}{%
|
||||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
||||||
@ -133,8 +133,8 @@ $endif$
|
|||||||
\opening{$en-opening$}
|
\opening{$en-opening$}
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
\begin{textblock}{13}(19,46)%hpos,vpos
|
\begin{textblock}{65}(88,234)%hpos,vpos
|
||||||
\textcolor{black!38}{
|
\textcolor{black!33}{
|
||||||
\begin{labeling}{Login:x}
|
\begin{labeling}{Login:x}
|
||||||
\item[Login:] $login$
|
\item[Login:] $login$
|
||||||
\item[Pin:] $pin$
|
\item[Pin:] $pin$
|
||||||
|
|||||||
Reference in New Issue
Block a user