Ignore:
Timestamp:
Nov 17, 2005 3:00:00 AM (19 years ago)
Author:
scdev
Message:

Tons of little updates and bugfixes. CSS updates to templates and core css files. File upload ability to module_maker. Remade Upload interface to use setParam/getParam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PayPal.inc.php

    r19 r20  
    188188                if (!in_array($key, array('button_url', 'link_url', 'submit_img', 'submit_text'))) {
    189189                    ?>
    190                     <input type="hidden" name="<?php echo $key; ?>" value="<?php echo $val; ?>">
     190                    <input type="hidden" name="<?php echo $key; ?>" value="<?php echo $val; ?>" />
    191191                    <?php
    192192                }
     
    194194        }
    195195        ?>
    196         <input type="image" src="<?php echo $this->_buttons[$name]['options']['submit_img']; ?>" border="0" name="submit" alt="<?php echo $this->_buttons[$name]['options']['submit_text']; ?>">
     196        <input type="image" src="<?php echo $this->_buttons[$name]['options']['submit_img']; ?>" border="0" name="submit" alt="<?php echo $this->_buttons[$name]['options']['submit_text']; ?>" />
    197197        </form>
    198198        <?php
Note: See TracChangeset for help on using the changeset viewer.