Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
e0e87256
Commit
e0e87256
authored
2 years ago
by
5Amogh
Browse files
Options
Download
Patches
Plain Diff
Issue #ED-622 fix:Button labels case issue in edit pop in observation details page
parent
d8c3e800
release-5.1.0
Tags unavailable
1 merge request
!1
Feature/inquiry server validation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/client/src/app/modules/observation/components/edit-submission/edit-submission.component.html
+2
-2
...components/edit-submission/edit-submission.component.html
with
2 additions
and
2 deletions
+2
-2
src/app/client/src/app/modules/observation/components/edit-submission/edit-submission.component.html
+
2
−
2
View file @
e0e87256
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
</mat-dialog-content>
</mat-dialog-content>
<mat-dialog-actions
class=
"mb-0 sb-mat__modal__actions flex-jc-center"
>
<mat-dialog-actions
class=
"mb-0 sb-mat__modal__actions flex-jc-center"
>
<div
class=
"sb-onboard__footer d-flex"
>
<div
class=
"sb-onboard__footer d-flex"
>
<button
type=
"button"
class=
" ui sb-btn sb-btn-sm sb-btn-white
text-uppercase
flex-basis-1"
type=
"submit"
<button
type=
"button"
class=
" ui sb-btn sb-btn-sm sb-btn-white flex-basis-1"
type=
"submit"
(click)=
"closeModal()"
>
(click)=
"closeModal()"
>
{{editData?.leftBtnText}}
{{editData?.leftBtnText}}
</button>
</button>
<div
class=
"w-10"
></div>
<div
class=
"w-10"
></div>
<button
type=
"button"
class=
"ui sb-btn sb-btn-sm sb-btn-primary
text-uppercase
flex-basis-1"
type=
"submit"
<button
type=
"button"
class=
"ui sb-btn sb-btn-sm sb-btn-primary flex-basis-1"
type=
"submit"
(click)=
"submit()"
[disabled]=
"!updatedValue"
[ngClass]=
"{'sb-btn-disabled' : !updatedValue}"
>
(click)=
"submit()"
[disabled]=
"!updatedValue"
[ngClass]=
"{'sb-btn-disabled' : !updatedValue}"
>
{{editData?.rightBtnText}}
{{editData?.rightBtnText}}
</button>
</button>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets