Plugin Directory

Changeset 3456981


Ignore:
Timestamp:
02/09/2026 11:02:33 AM (8 weeks ago)
Author:
bdplugins
Message:

Release v1.0.4

Location:
site-under-construction
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • site-under-construction/tags/1.0.4/templates/themes/exclusive-hotel.php

    r3448300 r3456981  
    4747       
    4848        <?php if ($is_direct_access_password) : ?>
    49             <form method="post" action="" style="margin-top: 20px;">
     49            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    5050                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    5151                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
  • site-under-construction/tags/1.0.4/templates/themes/modern-productivity-women.php

    r3448300 r3456981  
    151151
    152152        <?php if ($is_direct_access_password) : ?>
    153             <form method="post" action="" style="margin-top: 20px;">
     153            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    154154                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    155155                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
  • site-under-construction/tags/1.0.4/templates/themes/modern-productivity.php

    r3448300 r3456981  
    151151
    152152        <?php if ($is_direct_access_password) : ?>
    153             <form method="post" action="" style="margin-top: 20px;">
     153            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    154154                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    155155                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
  • site-under-construction/tags/1.0.4/templates/themes/simple-elegant.php

    r3448300 r3456981  
    162162       
    163163        <?php if ($is_direct_access_password) : ?>
    164             <form method="post" action="" style="margin-top: 20px;">
     164            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    165165                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    166166                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
  • site-under-construction/trunk/templates/themes/modern-productivity-women.php

    r3448300 r3456981  
    151151
    152152        <?php if ($is_direct_access_password) : ?>
    153             <form method="post" action="" style="margin-top: 20px;">
     153            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    154154                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    155155                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
  • site-under-construction/trunk/templates/themes/modern-productivity.php

    r3448300 r3456981  
    151151
    152152        <?php if ($is_direct_access_password) : ?>
    153             <form method="post" action="" style="margin-top: 20px;">
     153            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    154154                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    155155                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
  • site-under-construction/trunk/templates/themes/simple-elegant.php

    r3448300 r3456981  
    162162       
    163163        <?php if ($is_direct_access_password) : ?>
    164             <form method="post" action="" style="margin-top: 20px;">
     164            <form method="post" action="" style="margin-top: 20px; text-align: center;">
    165165                <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>">
    166166                <input type="password" name="bdpsuc_direct_access_password" placeholder="Enter Password" required style="padding: 10px; font-size: 16px; border: none; border-radius: 4px;">
Note: See TracChangeset for help on using the changeset viewer.