Login






nasthon1005 (smartjob) v1.0.1 released

1) In homepage right sidebar, The Employer "Join Now!" button does not work

edit:
/include/_em_panel.php (line 43)
CHANGE
<div><a style="text-decoration:none;" href="/store/<?php echo JB_BASE_HTTP_PATH.JB_EMPLOYER_FOLDER ;?>signup.php"><input class="form_submit_button" type="submit" value="<?php echo $label["employer_join_now"];?>" name="Submit"></a></div>           

TO:
<div><input class="form_submit_button" type="button" onClick="window.location='<?php echo JB_BASE_HTTP_PATH.JB_EMPLOYER_FOLDER ;?>signup.php';" value="<?php echo $label["employer_join_now"];?>"></div>

2) CSS formatting

edit: /main-ext.css

#content{float:left; width:733px; text-align:left; text-align:left; margin:0px; border:0px solid red; padding:0px; padding-left:0px; border-left:1px dashed #ccc;}

#hbar_b , ADD height:34px;

Layout bug fix for FireFox:

REMOVE "display:table" in #wrap

edit: /main.css

REMOVE classes:

  • .info_boxXX
  • .info_box_bodyXX
  • info_box_footXX
  • info_box2
  • info_box_head2
  • info_box_hed_right2
  • info_box_hed_left2
  • info_box_body_left2
  • info_box_body_right2
  • info_box_body2
  • info_box_foot2
  • info_box_foot_right2
  • info_box_foot_left2


edit: /main-ext.css

  • .button_delete - REMOVE: background-image:url('images/delete.gif');

3) Bug Fix for JB_render_box_top()

edit: /info-box-top.php

Add: <?php $width = str_replace("%", "", $width); ?>