Changeset 12017 for modules/branches
- Timestamp:
- 04/19/11 15:39:41 (2 years ago)
- Files:
-
- modules/branches/2.9/cidlookup/page.cidlookup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/cidlookup/page.cidlookup.php
r11781 r12017 122 122 <tr> 123 123 <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> 125 125 </tr> 126 126 <tr>
