Skip to content

Commit

Permalink
Add - Div wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
MILAN88888 committed Aug 16, 2023
1 parent f39853e commit dc15cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/admin/views/html-login-page-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<div class="ur-builder-wrapper-content ur-login-form-wrapper">
<div class="ur-login-shortcode">
<h1><?php echo esc_html__( 'Login Shortcode', 'user-registration' ); ?></h1>
<div class="ur-login-shortcode--wrapper">
<img src="<?php echo esc_url( UR()->plugin_url() . '/assets/images/login_form.png' ); ?>" alt="Login Form">
<div class="ur-login-content">
<?php printf( '<p>%s <strong>%s</strong> %s</p>', esc_html( 'You can add this shortcode', 'user-registration' ), esc_html__( '[user_registration_login]', 'user-registration' ), esc_html__( 'in the pages where you want to show your login form which is provided below:-', 'user-registration' ) ); ?>
Expand Down Expand Up @@ -86,6 +87,7 @@ class=" code" size="40">
</div>
</div>
</div>
</div>
<div class="ur-login-view-doc">
<a href="<?php echo esc_url_raw( 'https://docs.wpuserregistration.com/docs/how-to-show-login-form/' ); ?>" target="_blank"><?php echo esc_html__( 'View Documentation For More Details', 'user-registration' ); ?></a>
</div>
Expand Down

0 comments on commit dc15cdb

Please sign in to comment.