Plugin Directory

Changeset 571604


Ignore:
Timestamp:
07/13/2012 06:19:12 AM (14 years ago)
Author:
tppramod
Message:

modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phpcodez-site-log/trunk/PHPCodezSiteLogSetting.php

    r571603 r571604  
    113113                <input type="submit" value="Generate CSV" name="csv">
    114114                <?php if(file_exists(get_option("phpcodez_admin_log_csv_path"))){ ?>
    115                     <input type="button" onclick="confirm('Make Sure that ');window.location='<?php echo get_option("phpcodez_admin_log_csv_url"); ?>'" value="Download CSV" name="csv">
     115                    <input type="button" onclick="confirm('Make Sure that You Have Generated the Latest CSV');window.location='<?php echo get_option("phpcodez_admin_log_csv_url"); ?>'" value="Download CSV" name="csv">
    116116                <?php } ?>
    117117                <?php if(get_option("phpcodez_site_log_clear")) { ?>
Note: See TracChangeset for help on using the changeset viewer.