phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/report/clients_purchasehistory.php

    r170 r186  
    207207        <ul> 
    208208                <li> 
    209                         source:<br> 
     209                        source:<br /> 
    210210                        <?php echo $_SESSION["printing"]["dataprint"]?> 
    211211                </li> 
    212212                <li> 
    213                         date generated:<br> 
     213                        date generated:<br /> 
    214214                        <?php echo date("m/d/Y H:i");?> 
    215215                </li> 
    216216                <li style="padding-left:30px;padding-right:20px;"> 
    217                         view:<br> 
     217                        view:<br /> 
    218218                        <?php echo $this->view?> 
    219219                </li> 
    220220                <li> 
    221                         from:<br> 
     221                        from:<br /> 
    222222                        <?php echo $this->fromdate?> 
    223223                </li> 
    224224                <li> 
    225                         to:<br> 
     225                        to:<br /> 
    226226                        <?php echo $this->todate?> 
    227227                </li> 
    228         </ul><br><br> 
     228        </ul><br /><br /> 
    229229</h2> 
    230230<?php while($therecord=mysql_fetch_array($this->clientQuery)){?> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.