Changeset 1559742
- Timestamp:
- 12/22/2016 12:23:02 PM (9 years ago)
- Location:
- simple-tag-manager
- Files:
-
- 2 edited
-
tags/1.1/settings.php (modified) (1 diff)
-
trunk/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-tag-manager/tags/1.1/settings.php
r1559699 r1559742 36 36 <div style="max-width: 95%; padding: 20px; overflow: auto; margin: 16px 0; border: 1px solid #e5e5e5; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); box-shadow: 0 1px 1px rgba(0,0,0,.04); background: #fff; font-size: 13px; line-height: 2.1em;"> 37 37 <?php if(is_admin()){ ?> 38 <?php if(isset($_POST['stmx_form'])){ ?><div class="alert alert-success" role="alert"><p><b><?php _e( 'Congratulations!', 'stm-plugin-lang-f' ); ?></b> <?php _e( 'The preferences are correctly saved', 'stm-plugin-lang-f' ); ?></p></div><?php } ?>38 <?php if(isset($_POST['stmx_form'])){ ?><div class="alert alert-success" role="alert"><p><b><?php _e( 'Congratulations!', 'stm-plugin-lang-f' ); ?></b> <?php _e( 'The preferences were correctly saved', 'stm-plugin-lang-f' ); ?></p></div><?php } ?> 39 39 <form method="post"> 40 40 <?php wp_nonce_field( 'stmx_frm1', 'stmx_form' ); ?> -
simple-tag-manager/trunk/settings.php
r1559699 r1559742 36 36 <div style="max-width: 95%; padding: 20px; overflow: auto; margin: 16px 0; border: 1px solid #e5e5e5; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); box-shadow: 0 1px 1px rgba(0,0,0,.04); background: #fff; font-size: 13px; line-height: 2.1em;"> 37 37 <?php if(is_admin()){ ?> 38 <?php if(isset($_POST['stmx_form'])){ ?><div class="alert alert-success" role="alert"><p><b><?php _e( 'Congratulations!', 'stm-plugin-lang-f' ); ?></b> <?php _e( 'The preferences are correctly saved', 'stm-plugin-lang-f' ); ?></p></div><?php } ?>38 <?php if(isset($_POST['stmx_form'])){ ?><div class="alert alert-success" role="alert"><p><b><?php _e( 'Congratulations!', 'stm-plugin-lang-f' ); ?></b> <?php _e( 'The preferences were correctly saved', 'stm-plugin-lang-f' ); ?></p></div><?php } ?> 39 39 <form method="post"> 40 40 <?php wp_nonce_field( 'stmx_frm1', 'stmx_form' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.