mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: gnucash/report/stylesheets/stylesheet-head-or-tail.scm
This commit is contained in:
parent
5c9432ad88
commit
4fd36b889f
@ -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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user