PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
plugins
/
white-label-cms
/
view
/
admin
/
parts
<div class="wlcms-input-group"> <div class="wlcms-input"> <input class="wlcms-toggle wlcms-toggle-light" id="hide_register_lost_password" name="hide_register_lost_password" value="1" type="checkbox" <?php checked(wlcms_field_setting('hide_register_lost_password'), 1, true) ?>/> <label class="wlcms-toggle-btn" for="hide_register_lost_password"></label><label class="toggle-label" for="hide_register_lost_password"><?php _e('Hide "Register / Lost your password?" link', 'white-label-cms') ?></label> </div> <div class="wlcms-help"> <?php _e('Hide the "Register / Lost your password?" link which appears below the login form.', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <div class="wlcms-input"> <input class="wlcms-toggle wlcms-toggle-light" id="hide_back_to_link" name="hide_back_to_link" value="1" type="checkbox" <?php checked(wlcms_field_setting('hide_back_to_link'), 1, true) ?>/> <label class="wlcms-toggle-btn" for="hide_back_to_link"></label><label class="toggle-label" for="hide_back_to_link"><?php _e('Hide "Back to" link', 'white-label-cms') ?></label> </div> <div class="wlcms-help"> <?php _e('Hide the "Back to" link which appears below the login form.', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Form Background Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="form_background_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('form_background_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Background color of the login form', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Form Label Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="form_label_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('form_label_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Color of the labels on the login form', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Form Button Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="form_button_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('form_button_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Color of the button on the login form', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Form Button Hover Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="form_button_hover_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('form_button_hover_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Hover color of the button on the login form', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Form Button Text Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="form_button_text_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('form_button_text_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Color of the text on the button on the login form', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Form Button Text Hover Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="form_button_text_hover_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('form_button_text_hover_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Hover color of the text on the button on the login form', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Back to / Register Link Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="back_to_register_link_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('back_to_register_link_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Color of the link text of Back to / Register', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Back to / Register Link Hover Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="back_to_register_link_hover_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('back_to_register_link_hover_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Hover color of the link text of Back to / Register', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Privacy Policy Link Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="privacy_policy_link_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('privacy_policy_link_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Color of the link text of Privacy Policy', 'white-label-cms') ?> </div> </div> <div class="wlcms-input-group"> <label><?php _e('Privacy Policy Link Hover Color', 'white-label-cms') ?></label> <div class="wlcms-input"> <input type="text" name="privacy_policy_link_hover_color" class="wlcms-color-field" value="<?php echo wlcms_field_setting('privacy_policy_link_hover_color') ?>" /> </div> <div class="wlcms-help"> <?php _e('Hover color of the link text of Privacy Policy', 'white-label-cms') ?> </div> </div> <?php if( !is_multisite() ):?> <p align="center"><a href="#wlcms-preview-content" class="wlcms-preview-link"><?php _e('Live Preview', 'white-label-cms') ?></a></p> <?php endif;?>
[+]
..
[-] menus-menus.php
[edit]
[-] branding-wordpress.php
[edit]
[-] dashboard-default-panels.php
[edit]
[-] advert.php
[edit]
[-] dashboard-custom-welcome-dashboard-panel.php
[edit]
[-] menus-legacy.php
[edit]
[-] settings-admin-settings.php
[edit]
[-] live-preview.php
[edit]
[-] branding.php
[edit]
[-] wizard-step-1.php
[edit]
[-] settings-nag-messages.php
[edit]
[-] branding-footer.php
[edit]
[-] settings-hide-page-meta-boxes.php
[edit]
[-] login-custom-js.php
[edit]
[-] settings.php
[edit]
[-] settings-custom-editor-stylesheet.php
[edit]
[-] dashboard-rss-dashboard-panel.php
[edit]
[-] login-logo-and-background.php
[edit]
[-] settings-custom-css-for-admin.php
[edit]
[-] menus-white-label-cms-admin.php
[edit]
[-] branding-admin-bar.php
[edit]
[-] settings-admin-bar-setting.php
[edit]
[-] login-custom-css.php
[edit]
[-] wizard-step-2.php
[edit]
[-] settings-hide-post-meta-boxes.php
[edit]
[-] menus.php
[edit]
[-] login-live-preview.php
[edit]
[-] menus-admin-bar-menus.php
[edit]
[-] branding-developer.php
[edit]
[-] login.php
[edit]
[-] dashboard.php
[edit]
[-] import-settings.php
[edit]
[-] index.php
[edit]
[-] branding-side-menu.php
[edit]
[-] login-advanced.php
[edit]