Commit 2c971f08 by Nilu

J003 - Change ‘Remote?’ to ‘Working remotely is an option’

parent 948384e7
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<oneit:ormInput obj="<%= job %>" id="is-remote" attributeName="Remote" type="checkbox"/> <oneit:ormInput obj="<%= job %>" id="is-remote" attributeName="Remote" type="checkbox"/>
<oneit:recalcClass htmlTag="span" classScript="job.getRemote() != null && job.getRemote() ? 'checked': 'unchecked'" job="<%= job %>"> <oneit:recalcClass htmlTag="span" classScript="job.getRemote() != null && job.getRemote() ? 'checked': 'unchecked'" job="<%= job %>">
<label for="is-remote"> <label for="is-remote">
<oneit:label GUIName="Remote?" /> <oneit:label GUIName="Working remotely is an option" />
</label> </label>
</oneit:recalcClass> </oneit:recalcClass>
</div> </div>
......
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