Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
0c774c05
Commit
0c774c05
authored
May 03, 2019
by
Venkatesh M
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Passport and visa show
parent
30b4dbb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
newRoleTemplate.html
src/main/webapp/WEB-INF/templates/newRoleTemplate.html
+2
-3
No files found.
src/main/webapp/WEB-INF/templates/newRoleTemplate.html
View file @
0c774c05
...
...
@@ -173,7 +173,6 @@
value=
"Yes"
>
Yes
</md-option>
<md-option
ng-model=
"hasPassort"
value=
"No"
>
No
</md-option>
</md-select></td>
</tr>
<tr
ng-show=
"hasPassort == 'Yes'"
>
<td
colspan=
"4"
><b>
Passport Expiry Date:
</b><span
class=
"mandatory"
></span></td>
<td
colspan=
"8"
><md-datepicker
ng-model=
"passportExpiryDate"
...
...
@@ -182,14 +181,14 @@
</td>
</tr>
<tr>
<tr
ng-show=
"hasPassort == 'Yes'"
>
<td
colspan=
"1"
><b>
Has B1 Visa:
</b><span
class=
"mandatory"
></span></td>
<td
colspan=
"8"
><md-select
ng-model=
"hasB1"
id=
"hasB1"
ng-blur=
"validateMessage()"
name=
"hasB1"
>
<md-option
ng-model=
"hasB1"
value=
"Yes"
>
Yes
</md-option>
<md-option
ng-model=
"hasB1"
value=
"No"
>
No
</md-option>
</md-select></td>
</tr>
<tr
ng-show=
"hasB1 == 'Yes'"
>
<tr
ng-show=
"hasB1 == 'Yes'
&& hasPassort == 'Yes'
"
>
<td
colspan=
"4"
><b>
B1 Expiry Date:
</b><span
class=
"mandatory"
></span></td>
<td
colspan=
"8"
><md-datepicker
ng-model=
"b1ExpiryDate"
name=
"b1ExpiryDate"
id=
"b1ExpiryDate"
md-placeholder=
"B1 Expiry Date"
md-min-date=
"minDate"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment