Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<tr>
    <th scope="row"><?php _e('Button skin', 'nextend-facebook-connect'); ?></th>
    <td>
        <fieldset>
            <label>
                <input type="radio" name="skin"
                       value="light" <?php if ($settings->get('skin') == 'light') : ?> checked="checked" <?php endif; ?>>
                <span><?php _e('Light', 'nextend-facebook-connect'); ?></span><br/>
                <img alt="Apple Light Skin" src="<?php echo plugins_url('admin/images/apple/light.png', NSL_PRO_PATH_PLUGIN) ?>"/>
            </label>
            <label>
                <input type="radio" name="skin"
                       value="dark" <?php if ($settings->get('skin') == 'dark') : ?> checked="checked" <?php endif; ?>>
                <span><?php _e('Dark', 'nextend-facebook-connect'); ?></span><br/>
                <img alt="Apple Dark Skin" src="<?php echo plugins_url('admin/images/apple/dark.png', NSL_PRO_PATH_PLUGIN) ?>"/>
            </label><br>
        </fieldset>
    </td>
</tr>