TP->T64: gnucash/report/stylesheets/stylesheet-head-or-tail.scm

This commit is contained in:
Christopher Lam 2017-12-24 06:47:07 +08:00
parent 5c9432ad88
commit 4fd36b889f

View File

@ -534,7 +534,7 @@
(gnc:make-html-text (gnc:make-html-text
(gnc:html-markup-i (gnc:html-markup-i
(_ "Report Creation Date: ") (_ "Report Creation Date: ")
(gnc-print-date (gnc:get-today)) (qof-print-date (gnc:get-today))
" " " "
(strftime "%X %Z" (localtime (current-time))) (strftime "%X %Z" (localtime (current-time)))
) )
@ -543,7 +543,7 @@
(gnc:make-html-text (gnc:make-html-text
(gnc:html-markup-i (gnc:html-markup-i
(_ "Report Creation Date: ") (_ "Report Creation Date: ")
(gnc-print-date (gnc:get-today)) (qof-print-date (gnc:get-today))
) )
(gnc:html-markup-br) (gnc:html-markup-br)
) )
@ -659,7 +659,7 @@
(gnc:make-html-text (gnc:make-html-text
(gnc:html-markup-i (gnc:html-markup-i
(_ "Report Creation Date: ") (_ "Report Creation Date: ")
(gnc-print-date (gnc:get-today)) (qof-print-date (gnc:get-today))
" " " "
(strftime "%X %Z" (localtime (current-time))) (strftime "%X %Z" (localtime (current-time)))
) )
@ -668,7 +668,7 @@
(gnc:make-html-text (gnc:make-html-text
(gnc:html-markup-i (gnc:html-markup-i
(_ "Report Creation Date: ") (_ "Report Creation Date: ")
(gnc-print-date (gnc:get-today)) (qof-print-date (gnc:get-today))
(gnc:html-markup-br) (gnc:html-markup-br)
) )
) )