diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 10:02:26 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 10:02:26 -0700 |
| commit | b2f778f0d9406c4edeb6a0c13aa6d6791e93b065 (patch) | |
| tree | 334a6c9ea76901da48e73ef38d277e7999e4d05b /httemplate/docs | |
| parent | 4f9036b228a12204d8282344a5abbdd621959a85 (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 &> |
