Plugin Directory

Changeset 2166388


Ignore:
Timestamp:
10/01/2019 01:24:28 PM (6 years ago)
Author:
afsalrahim
Message:

tagging v2.3.2

Location:
my-wp-login-logo
Files:
1 edited
5 copied

Legend:

Unmodified
Added
Removed
  • my-wp-login-logo/tags/2.3.2/trunk/views/dashboard.php

    r2166381 r2166388  
    7575<tbody><tr>
    7676    <td valign="top">
     77        <?php
     78            if($updated) {
     79                echo "<div class=\"updated\"><p><strong>Login Page Updated.</strong></p></div>";
     80            }
     81            if($invalid_number) {
     82                echo "<div class=\"error\"><p><strong> Error: Provide a valid height and width </strong></p></div>";
     83            }   
     84        ?> 
    7785        <div class="postbox">
    7886            <button class="handlediv button-link" aria-expanded="true" type="button">
     
    8492            </h2>
    8593            <div class="inside">
    86                 <?php
    87                 if($updated) {
    88                     echo "<div class=\"updated\"><p><strong>Login Page Updated.</strong></p></div>";
    89                 }
    90                 if($invalid_number) {
    91                     echo "<div class=\"error\"><p><strong> Error: Provide a valid height and width </strong></p></div>";
    92                 }   
    93                 ?> 
    9494                <p class="description"><img src="<?php echo $custom_logo_url; ?>" alt="" /></p>
    9595            </div>
  • my-wp-login-logo/trunk/views/dashboard.php

    r2166381 r2166388  
    7575<tbody><tr>
    7676    <td valign="top">
     77        <?php
     78            if($updated) {
     79                echo "<div class=\"updated\"><p><strong>Login Page Updated.</strong></p></div>";
     80            }
     81            if($invalid_number) {
     82                echo "<div class=\"error\"><p><strong> Error: Provide a valid height and width </strong></p></div>";
     83            }   
     84        ?> 
    7785        <div class="postbox">
    7886            <button class="handlediv button-link" aria-expanded="true" type="button">
     
    8492            </h2>
    8593            <div class="inside">
    86                 <?php
    87                 if($updated) {
    88                     echo "<div class=\"updated\"><p><strong>Login Page Updated.</strong></p></div>";
    89                 }
    90                 if($invalid_number) {
    91                     echo "<div class=\"error\"><p><strong> Error: Provide a valid height and width </strong></p></div>";
    92                 }   
    93                 ?> 
    9494                <p class="description"><img src="<?php echo $custom_logo_url; ?>" alt="" /></p>
    9595            </div>
Note: See TracChangeset for help on using the changeset viewer.