Changeset 906528
- Timestamp:
- 05/01/2014 08:42:03 PM (12 years ago)
- File:
-
- 1 edited
-
current-moon-information/trunk/currentmoon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
current-moon-information/trunk/currentmoon.php
r906519 r906528 80 80 <p> 81 81 <label for="<?php echo $this->get_field_id('loc'); ?>">Select Hemisphere:</label> 82 <select name="<?php echo $this->get_field_ id('loc') ?>" class="<?php echo $this->get_field_id('loc') ?>" id="<?php echo $this->get_field_id('loc') ?>">82 <select name="<?php echo $this->get_field_name('loc') ?>" id="<?php echo $this->get_field_id('loc') ?>"> 83 83 <?php echo $options_html; ?> 84 84 </select> 85 85 <br> 86 86 <label for="<?php echo $this->get_field_id('lang'); ?>">Language:</label> 87 <select name="<?php echo $this->get_field_ id('lang') ?>" class="<?php echo $this->get_field_id('lang') ?>" id="<?php echo $this->get_field_id('lang') ?>">87 <select name="<?php echo $this->get_field_name('lang') ?>" id="<?php echo $this->get_field_id('lang') ?>"> 88 88 <?php echo $lang_options_html; ?> 89 89 </select>
Note: See TracChangeset
for help on using the changeset viewer.