diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 10:02:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 10:02:24 -0700 |
commit | 12aceb11a398b7b69bb494e8e26fa03afd088400 (patch) | |
tree | 7ea834698205aa6c30a50a553371eda1248b2f51 /httemplate/docs | |
parent | ae58eda132b5a89ce251dbdf13822dee2f3bc92f (diff) |
remove popup border cruft
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/cvv2.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/httemplate/docs/cvv2.html b/httemplate/docs/cvv2.html index 6025a673f..653e1ff9a 100644 --- a/httemplate/docs/cvv2.html +++ b/httemplate/docs/cvv2.html @@ -1,10 +1,5 @@ -<HTML> - <HEAD> - <TITLE> - <% mt('CVV2 information') |h %> - </TITLE> - </HEAD> - <BODY BGCOLOR="#f8f8f8"> +<& /elements/header-popup.html, '' &> + <% mt('The CVV2 number (also called CVC2 or CID) is a three- or four-digit security code used to reduce credit card fraud') |h %> <BR><BR> <TABLE BORDER=0 CELLSPACING=4> @@ -20,5 +15,5 @@ <IMG BORDER=0 ALT="<% mt('American Express') |h %>" SRC="../images/cvv2_amex.png"> </TD> </TABLE> - </BODY> -</HTML> + +<& /elements/footer-popup.html &> |