예제 #1
0
                                        }
                                        // Reload the timesheet object in order to
                                        // update the activity listing below
                                        $_SESSION['timesheet'] = new timesheet(0, $_SESSION['employee']->id, $_POST['period'], true, $_POST['sort_order']);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
$_POST['error_level_history'] = $error_level;
$_POST['previous_activity_amount'] = activity::format('amount', $_POST['activity_amount']);
?>
  <!-- activity_entry //-->
  <table border="0" cellspacing="0" cellpadding="2">
    <tr>
      <td valign="top">
        <table border="0" cellspacing="0" cellpadding="2">
          <tr>
            <td><?php 
require DIR_WS_INCLUDES . 'calendar.php';
?>
</td>
          </tr>
          <tr>
            <td><?php 
echo tep_draw_separator('pixel_trans.gif', '100%', '10');