Plugin Directory

Changeset 3094498


Ignore:
Timestamp:
05/29/2024 10:53:30 AM (22 months ago)
Author:
eberwp
Message:

update fix option for disable sync

Location:
eber
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eber/trunk/layout/index.php

    r3074768 r3094498  
    9494    <th scope="row">&nbsp;</th>
    9595    <td> <fieldset><legend class="screen-reader-text"><span>Membership</span></legend><label for="users_can_register_instant">
    96                 <input name="instant_sync" type="checkbox" id="instant_sync" value="1" disabled <?php echo ($instant_sync)?'checked':'';?>>
     96                <input name="instant_sync" type="checkbox" id="instant_sync" value="1" readonly <?php echo ($instant_sync)?'checked':'';?>>
    9797                Sync Instantly ?</label>
    9898        </fieldset></td>
Note: See TracChangeset for help on using the changeset viewer.