Changeset 571604
- Timestamp:
- 07/13/2012 06:19:12 AM (14 years ago)
- File:
-
- 1 edited
-
phpcodez-site-log/trunk/PHPCodezSiteLogSetting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phpcodez-site-log/trunk/PHPCodezSiteLogSetting.php
r571603 r571604 113 113 <input type="submit" value="Generate CSV" name="csv"> 114 114 <?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"> 116 116 <?php } ?> 117 117 <?php if(get_option("phpcodez_site_log_clear")) { ?>
Note: See TracChangeset
for help on using the changeset viewer.