Plugin Directory

Changeset 571600


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

modified

File:
1 edited

Legend:

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

    r571599 r571600  
    7171
    7272<form action="" method="post">
    73     <table width="1083">
     73    <table width="910">
    7474        <tr>
    75             <td width="325"><strong>Total Log : <?php echo $totalLog; ?></strong></td>
    76             <td width="230" align="right">
     75            <td width="205"><strong>Total Log : <?php echo $totalLog; ?></strong></td>
     76            <td width="217" align="right">
    7777                <select name="month_date" onChange="this.form.submit()">
    7878                    <option value="">Date </option>
     
    103103                </select>
    104104          </td>
    105         <td width="101" align="right">
     105        <td width="62" align="right">
    106106                <select name="log_area_field" onChange="this.form.submit()">
    107107                    <option value="">Area</option>
     
    110110                </select>
    111111          </td>
    112         <td width="407" align="right">
     112        <td width="406" align="right">
    113113                <input type="submit" value="Generate CSV" name="csv">
    114114                <?php if(file_exists(get_option("phpcodez_admin_log_csv_path"))){ ?>
Note: See TracChangeset for help on using the changeset viewer.