detail.oa.html.hook.php 325 B

123456789
  1. <?php if(common::checkNotCN()):?>
  2. <script>
  3. $(function()
  4. {
  5. $('#searchForm .form-group #account').closest('.input-group').find('.input-group-addon').css('padding', '5px 32px');
  6. $('#searchForm .form-group #date').closest('.input-group').find('.input-group-addon').css('padding', '5px 32px');
  7. })
  8. </script>
  9. <?php endif;?>