/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
trx_utils
/
templates
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/templates
mkdir
upload
Name
Size
Mode
Actions
contact-info-cart.php
996
0644
edit
dl
rm
tpl.login.php
2242
0644
edit
dl
rm
tpl.register.php
2878
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/templates/tpl.register.php
(2878B)
<?php /** * The template to display register link and popup * * @package WordPress * @subpackage ThemeREX Utilities * @since v3.0 */ // Display link $args = get_query_var('trx_utils_args_register'); ?><a href="#popup_registration" class="popup_link popup_register_link icon-pencil" title="<?php echo esc_attr($args['link_title']); ?>"><?php echo esc_html($args['link_text']); ?></a><?php // Prepare popup $trx_utils_privacy = trx_utils_get_privacy_text(); ?> <div id="popup_registration" class="popup_wrap popup_registration bg_tint_light"> <a href="#" class="popup_close"></a> <div class="form_wrap"> <form name="registration_form" method="post" class="popup_form registration_form"> <input type="hidden" name="redirect_to" value="<?php echo esc_attr(esc_url(home_url('/'))); ?>"/> <div class="form_left"> <div class="popup_form_field login_field iconed_field icon-user"><input type="text" id="registration_username" name="registration_username" value="" placeholder="<?php esc_attr_e('User name (login)', 'themerex'); ?>"></div> <div class="popup_form_field email_field iconed_field icon-mail"><input type="text" id="registration_email" name="registration_email" value="" placeholder="<?php esc_attr_e('E-mail', 'themerex'); ?>"></div> <?php if (!empty($trx_utils_privacy)) { ?> <div class="popup_form_field agree_field"> <input type="checkbox" value="1" id="i_agree_privacy_policy_registration" name="i_agree_privacy_policy"> <label for="i_agree_privacy_policy_registration"> <?php echo wp_kses_post($trx_utils_privacy); ?></label> </div> <?php } ?> <div class="popup_form_field submit_field"><input type="submit" class="submit_button" value="<?php esc_attr_e('Sign Up', 'themerex'); ?>"<?php if ( !empty($trx_utils_privacy) ) { ?> disabled="disabled"<?php } ?>></div> </div> <div class="form_right"> <div class="popup_form_field password_field iconed_field icon-lock"><input type="password" id="registration_pwd" name="registration_pwd" value="" placeholder="<?php esc_attr_e('Password', 'themerex'); ?>"></div> <div class="popup_form_field password_field iconed_field icon-lock"><input type="password" id="registration_pwd2" name="registration_pwd2" value="" placeholder="<?php esc_attr_e('Confirm Password', 'themerex'); ?>"></div> <div class="popup_form_field description_field"><?php esc_html_e('Minimum 4 characters', 'themerex'); ?></div> </div> </form> <div class="result message_block"></div> </div> <!-- /.registration_wrap --> </div> <!-- /.user-popUp -->
Save
cmd:
run