Changeset 1043

Show
Ignore:
Timestamp:
09/17/08 18:16:34 (2 months ago)
Author:
rach
Message:

Correct Bug.
Status log page : popup for the card selection didn't work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/A2B_entity_statuslog.php

    r570 r1043  
    1313 
    1414/***********************************************************************************/ 
     15getpost_ifset(array( 'id_cc_card')); 
     16 
    1517 
    1618$HD_Form -> setDBHandler (DbConnect()); 
     
    5557                                <td class="bgcolor_005" align="left"> 
    5658                                <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr> 
    57                                         <td class="fontstyle_searchoptions"
     59                                        <td class="fontstyle_searchoptions"
    5860                                        <INPUT TYPE="text" NAME="id_cc_card" value="<?php echo $id_cc_card?>" class="form_input_text"> 
    59                                                 <a href="#" onclick="window.open('A2B_entity_card.php?nodisplay=1&popup_select=1&popup_formname=theForm&popup_fieldname=choose_list' , 'CardNumberSelection','width=550,height=330,top=20,left=100,scrollbars=1');"><img src="<?php echo Images_Path;?>/icon_arrow_orange.gif"></a> 
     61                                        <a href="#" onclick="window.open('A2B_entity_card.php?popup_select=1&popup_formname=myForm&popup_fieldname=id_cc_card' , 'CardNumberSelection','width=550,height=330,top=20,left=100,scrollbars=1');"><img src="<?php echo Images_Path;?>/icon_arrow_orange.gif"></a> 
     62                                         
     63                                         
    6064                                        </td>                                    
    6165                                </tr></table></td> 


Google