Show
Ignore:
Timestamp:
04/19/11 15:39:41 (2 years ago)
Author:
mickecarlsson
Message:

Re #4791 fixes display of checkbox in cidlookup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/cidlookup/page.cidlookup.php

    r11781 r12017  
    122122  <tr> 
    123123    <td><a href="#" class="info"><?php echo _("Cache results:")?><span><?php echo _("Decide whether or not cache the results to astDB; it will overwrite present values. It does not affect Internal source behavior")?></span></a></td> 
    124     <td><input type="checkbox" name="cache" value="1" <?php echo ($thisItem['cache'] == 1 ? 'checked' : ''); ?>" tabindex="<?php echo ++$tabindex;?>"></td> 
     124    <td><input type="checkbox" name="cache" value="1" <?php echo ($thisItem['cache'] == 1 ? 'checked' : ''); ?> tabindex="<?php echo ++$tabindex;?>"></td> 
    125125  </tr> 
    126126  <tr>