Changeset 571600
- Timestamp:
- 07/13/2012 06:02:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phpcodez-site-log/trunk/PHPCodezSiteLogSetting.php
r571599 r571600 71 71 72 72 <form action="" method="post"> 73 <table width=" 1083">73 <table width="910"> 74 74 <tr> 75 <td width=" 325"><strong>Total Log : <?php echo $totalLog; ?></strong></td>76 <td width="2 30" align="right">75 <td width="205"><strong>Total Log : <?php echo $totalLog; ?></strong></td> 76 <td width="217" align="right"> 77 77 <select name="month_date" onChange="this.form.submit()"> 78 78 <option value="">Date </option> … … 103 103 </select> 104 104 </td> 105 <td width=" 101" align="right">105 <td width="62" align="right"> 106 106 <select name="log_area_field" onChange="this.form.submit()"> 107 107 <option value="">Area</option> … … 110 110 </select> 111 111 </td> 112 <td width="40 7" align="right">112 <td width="406" align="right"> 113 113 <input type="submit" value="Generate CSV" name="csv"> 114 114 <?php if(file_exists(get_option("phpcodez_admin_log_csv_path"))){ ?>
Note: See TracChangeset
for help on using the changeset viewer.