From: ivan Date: Sat, 22 Aug 2009 00:30:34 +0000 (+0000) Subject: doc X-Git-Tag: root_of_svc_elec_features~895 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=000f20dff74059f44950c7191beaab951aeae316 doc --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index a35ea0028..68571f77e 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -451,7 +451,7 @@ sub cust_credited { ; } -=item cust_bill_pay_pkgnum +=item cust_bill_pay_pkgnum PKGNUM Returns all payment applications (see L) for this invoice with matching pkgnum. @@ -467,7 +467,7 @@ sub cust_bill_pay_pkgnum { ); } -=item cust_credited_pkgnum +=item cust_credited_pkgnum PKGNUM Returns all applied credits (see L) for this invoice with matching pkgnum. diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 54383bc27..b9ddc7369 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -1,4 +1,26 @@ +<%doc> + +Example: + + include( '/elements/header.html', + { + 'title' => 'Title', + 'menubar' => \@menubar, + 'etc' => '', #included in tag, for things like onLoad= + 'head' => '', #included before closing tag + 'nobr' => 0, #1 for no

after the title + } + ); + + #old-style + include( '/elements/header.html', 'Title', $menubar, $etc, $head); + + + +%# +%# above is what RT declares, should we switch now? hopefully no glitches result +%# or just fuck it, XHTML died anyway, HTML 5 or bust?