Plugin Directory

Changeset 1559742


Ignore:
Timestamp:
12/22/2016 12:23:02 PM (9 years ago)
Author:
dan.sed
Message:

Minor Changes

Location:
simple-tag-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-tag-manager/tags/1.1/settings.php

    r1559699 r1559742  
    3636<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;">
    3737<?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>&nbsp;<?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>&nbsp;<?php _e( 'The preferences were correctly saved', 'stm-plugin-lang-f' ); ?></p></div><?php } ?>
    3939  <form method="post">
    4040    <?php wp_nonce_field( 'stmx_frm1', 'stmx_form' ); ?>
  • simple-tag-manager/trunk/settings.php

    r1559699 r1559742  
    3636<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;">
    3737<?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>&nbsp;<?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>&nbsp;<?php _e( 'The preferences were correctly saved', 'stm-plugin-lang-f' ); ?></p></div><?php } ?>
    3939  <form method="post">
    4040    <?php wp_nonce_field( 'stmx_frm1', 'stmx_form' ); ?>
Note: See TracChangeset for help on using the changeset viewer.