Plugin Directory

Changeset 1392398


Ignore:
Timestamp:
04/11/2016 08:34:38 PM (10 years ago)
Author:
andrewklimek
Message:

floating delete button

Location:
debug-log
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • debug-log/trunk/debug-log.php

    r1390592 r1392398  
    33Plugin Name: Debug Log
    44Description: View and Delete the debug log from the Tools menu.  Extremely light and simple.
    5 Version:     0.2
     5Version:     0.3
    66Author:      Andrew J Klimek
    77License:     GPL2
     
    7575    ?>
    7676    <div class="wrap">
    77         <form action="<?php echo $link ?>" method="post">
     77        <form action="<?php echo $link ?>" method="post" style="position:fixed;">
    7878            <input type="hidden" name="delete-log" value="<?php echo $nonce ?>">
    7979            <input type="submit" class="button button-primary" value="Delete Log">
     
    8181    <?php
    8282   
     83    echo '<div style="padding-top:28px;">';
     84
    8385    if ( $toobig ) {// $toobig is the safty switch.  Is set to false by clicking through the warning or by filtering the initial value
    8486       
     
    105107            echo "</span> {$line}</p>";
    106108        }
    107         echo '</div>';
     109        echo '</div></div>';
    108110    }
    109111    echo '</div>';
  • debug-log/trunk/readme.txt

    r1391119 r1392398  
    55Requires at least: 2.6.0
    66Tested up to: 4.5
    7 Stable tag: 0.2
     7Stable tag: 0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6060== Changelog ==
    6161
     62= 0.3 =
     63
     64* Float delete button for easier access
     65
    6266= 0.2 =
    6367
Note: See TracChangeset for help on using the changeset viewer.