Hi,
Please edit
1. C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\highesteducations.php
Add
$alt = $row->isactive ? JText::_('JS_PUBLISHED') : JText::_('JS_UNPUBLISHED');
After this line
$img = $row->isactive ? 'tick.png' : 'publish_x.png';
You may get this message on other page, and fix is same.
2. C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\jobsearch.php
Delete this line
<input type="hidden" name="Itemid" id="Itemid" value="<?php echo $this->Itemid; ?>" />
3. C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\userfields.php
Add