Plugin Directory

Changeset 2932959


Ignore:
Timestamp:
07/02/2023 01:01:47 AM (3 years ago)
Author:
wsameer
Message:

Change True Chitrapaksha to first position

Location:
planetary-position
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • planetary-position/tags/1.5/views/admin.php

    r2932947 r2932959  
    3232        <div ><label>Ayanmsa (leave as is if unsure):</label>
    3333        <select id="pp_ayan" name="pp_ayan" style="width: 11em;">
    34         <option value="0" <?php $_POST['pp_ayan'] == 0 ? print ' selected="selected"' : print ''; ?>>Fagan/Bradley</option>
     34        <option value="0" <?php $_POST['pp_ayan'] == 0 ? print ' selected="selected"' : print ''; ?>>True Chitrapaksha</option>
    3535        <option value="1" <?php $_POST['pp_ayan'] == 1 ? print ' selected="selected"' : print ''; ?>>Lahiri</option>
    36         <option value="2" <?php $_POST['pp_ayan'] == 2 ? print ' selected="selected"' : print ''; ?>>True Chitrapaksha</option>
     36        <option value="2" <?php $_POST['pp_ayan'] == 2 ? print ' selected="selected"' : print ''; ?>>Fagan/Bradley</option>
    3737        <option value="3" <?php $_POST['pp_ayan'] == 3 ? print ' selected="selected"' : print ''; ?>>True Revati</option>
    3838        <option value="4" <?php $_POST['pp_ayan'] == 4 ? print ' selected="selected"' : print ''; ?>>True Pushya</option>
  • planetary-position/tags/1.5/widgets/load.js

    r2932947 r2932959  
    6060
    6161var ayan = [
     62    [-1, -1],
     63    [2435553.5, 23.250182778 - 0.004660222],
    6264    [2433282.5, 24.042044444],  /* 0: Fagan/Bradley (Default) */
    63     [2435553.5, 23.250182778 - 0.004660222],
    64     [-1, -1],
    6565    [-2, -2],
    6666    [-3, -3],
  • planetary-position/trunk/widgets/load.js

    r2932947 r2932959  
    6060
    6161var ayan = [
     62    [-1, -1],
     63    [2435553.5, 23.250182778 - 0.004660222],
    6264    [2433282.5, 24.042044444],  /* 0: Fagan/Bradley (Default) */
    63     [2435553.5, 23.250182778 - 0.004660222],
    64     [-1, -1],
    6565    [-2, -2],
    6666    [-3, -3],
Note: See TracChangeset for help on using the changeset viewer.