enable CardFortress in test database, #71513
[freeside.git] / httemplate / docs / cvv2.html
index 7670985..653e1ff 100644 (file)
@@ -1,24 +1,19 @@
-<HTML>
-  <HEAD>
-    <TITLE>
-      CVV2 information
-    </TITLE>
-  </HEAD>
-  <BODY BGCOLOR="#e8e8e8">
-  The CVV2 number (also called CVC2 or CID) is a three- or four-digit
-  security code used to reduce credit card fraud.<BR><BR>
+<& /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>
     <TR>
-      <TH>Visa / MasterCard / Discover</TH>
-      <TH>American Express</TH>
+      <TH><% mt('Visa / MasterCard / Discover') |h %></TH>
+      <TH><% mt('American Express') |h %></TH>
     </TR>
     <TR>
       <TD>
-        <IMG BORDER=0 ALT="Visa/MasterCard/Discover" SRC="../images/cvv2.png">
+        <IMG BORDER=0 ALT="<% mt('Visa/MasterCard/Discover') |h %>" SRC="../images/cvv2.png">
       </TD>
       <TD>
-        <IMG BORDER=0 ALT="American Express" SRC="../images/cvv2_amex.png">
+        <IMG BORDER=0 ALT="<% mt('American Express') |h %>" SRC="../images/cvv2_amex.png">
       </TD>
   </TABLE>
-  </BODY>
-</HTML>
+
+<& /elements/footer-popup.html &>