Plugin Directory

Changeset 2932958


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

Make True Chitrapaksha at start position

File:
1 edited

Legend:

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

    r2932947 r2932958  
    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>
Note: See TracChangeset for help on using the changeset viewer.