Changeset 3456981
- Timestamp:
- 02/09/2026 11:02:33 AM (8 weeks ago)
- Location:
- site-under-construction
- Files:
-
- 7 edited
-
tags/1.0.4/templates/themes/exclusive-hotel.php (modified) (1 diff)
-
tags/1.0.4/templates/themes/modern-productivity-women.php (modified) (1 diff)
-
tags/1.0.4/templates/themes/modern-productivity.php (modified) (1 diff)
-
tags/1.0.4/templates/themes/simple-elegant.php (modified) (1 diff)
-
trunk/templates/themes/modern-productivity-women.php (modified) (1 diff)
-
trunk/templates/themes/modern-productivity.php (modified) (1 diff)
-
trunk/templates/themes/simple-elegant.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
site-under-construction/tags/1.0.4/templates/themes/exclusive-hotel.php
r3448300 r3456981 47 47 48 48 <?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;"> 50 50 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 51 51 <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 151 151 152 152 <?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;"> 154 154 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 155 155 <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 151 151 152 152 <?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;"> 154 154 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 155 155 <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 162 162 163 163 <?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;"> 165 165 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 166 166 <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 151 151 152 152 <?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;"> 154 154 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 155 155 <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 151 151 152 152 <?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;"> 154 154 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 155 155 <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 162 162 163 163 <?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;"> 165 165 <input type="hidden" name="bdpsuc_password_nonce" value="<?php echo esc_attr($nonce); ?>"> 166 166 <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.