create.oa.html.hook.php 325 B

1234567891011
  1. <script>
  2. $(function()
  3. {
  4. $('#begin, #end, #hours, #leave').parent().addClass('required');
  5. /* Button in the middle. */
  6. $('#ajaxForm tr:last th').remove();
  7. $('#ajaxForm tr:last td:last').remove();
  8. $('#ajaxForm tr:last td').attr('colspan',3);
  9. $('#ajaxForm tr:last').addClass('text-center');
  10. })
  11. </script>