Commit 2e93bc36 by Nilu

job detail modification on occupation

parent dffc56fb
...@@ -69,8 +69,6 @@ ...@@ -69,8 +69,6 @@
$(".occupation_select_info").show(); $(".occupation_select_info").show();
} }
} }
}); });
}); });
...@@ -221,8 +219,10 @@ ...@@ -221,8 +219,10 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<label><oneit:label GUIName="Job Occupation Classification" /></label> <label><oneit:label GUIName="Job Occupation Classification" /></label>
<input type="text" class="form-control select-occupation search-input " placeholder="Select the occupation classification"></input> <input type="text" class="form-control select-occupation search-input " placeholder="Select the occupation classification"
<!--<tagfile:ormsingleasso_select obj="<%= job %>" assocName="Occupation" options="<%= Occupation.searchAll(transaction) %>"/>--> value="<%= job.getOccupation() != null ? job.getOccupation() : "Select the occupation classification"%>"></input>
<tagfile:ormsingleasso_select obj="<%= job %>" assocName="Occupation" options="<%= Occupation.searchAll(transaction) %>"/>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
...@@ -463,8 +463,6 @@ ...@@ -463,8 +463,6 @@
<div class="second-child-div occupation_content_column dyn-div"></div> <div class="second-child-div occupation_content_column dyn-div"></div>
<div class="third-child-div occupation_content_column dyn-div"></div> <div class="third-child-div occupation_content_column dyn-div"></div>
</div> </div>
<div class="occupation_select_info"> <div class="occupation_select_info">
Select the most appropriate Category to help narrow down your Occupation Select the most appropriate Category to help narrow down your Occupation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment