VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: Matias Aguirre on September 20, 2007, 07:16:46 AM

Title: little tag fix
Post by: Matias Aguirre on September 20, 2007, 07:16:46 AM
$ svn diff
Index: ps_authorize.php
===================================================================
--- ps_authorize.php    (revision 951)
+++ ps_authorize.php    (working copy)
@@ -59,7 +59,7 @@
             <td><strong><?php echo $VM_LANG->_PHPSHOP_ADMIN_CFG_AUTORIZENET_KEY ?></strong></td>
             <td>
                 <a id="changekey" href="<?php $sess->purl($_SERVER['PHP_SELF']."?page=store.payment_method_keychange&pshop_mode=admin&payment_method_id=$payment_method_id"?>" >
-                <input onclick="document.location=document.getElementById('changekey').href" type="button" name="" value="<?php echo $VM_LANG->_PHPSHOP_CHANGE_TRANSACTION_KEY ?>" /><a/>
+                <input onclick="document.location=document.getElementById('changekey').href" type="button" name="" value="<?php echo $VM_LANG->_PHPSHOP_CHANGE_TRANSACTION_KEY ?>" /></a>
             </td>
             <td>&nbsp;</td>
         </tr>

Title: Re: little tag fix
Post by: aravot on September 24, 2007, 05:00:41 AM
Is this for VM 1.0.x or VM 1.1?