Plugin Directory

Changeset 1363045


Ignore:
Timestamp:
03/03/2016 01:19:34 AM (10 years ago)
Author:
elevio
Message:

Fix to checkbox to disable elevio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elevio/trunk/plugin_files/helpers/TrackingCodeInfoHelper.class.php

    r1266309 r1363045  
    1818
    1919            <form method="post" action="?page=elevio_settings">
    20                 Show elevio on site? <input type="checkbox" name="elevio_enabled" id="elevio_enabled" value="1" <?php echo Elevio::get_instance()->is_enabled()?'checked="checked"':''; ?> />
     20                Show elevio on site? <input type="checkbox" name="elevio_is_enabled" id="elevio_is_enabled" value="1" <?php echo Elevio::get_instance()->is_enabled()?'checked="checked"':''; ?> />
    2121                <p class="submit">
    2222                    <input type="hidden" name="settings_form" value="1">
Note: See TracChangeset for help on using the changeset viewer.