Skip to content

Commit f04cf29

Browse files
committed
SF-109: Change graphics:
- Fix forms at new widow
1 parent dc0f7ad commit f04cf29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/routes/cases/form/formhistory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<sidebar ng-show="!isFormWindow" class="sidebar-content" sidebardata="sidebarData"></sidebar>
2020

21-
<div class="content-primary" role="main">
21+
<div class="content-primary" data-ng-class="{'content-primary-full': isFormWindow}" role="main">
2222
<div class="m-h m">
2323
<h2>{{submittedForms[0].form}}</h2>
2424
</div>

app/routes/cases/form/forms.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<sidebar ng-show="!closeWithForm && !isFormWindow && !loadChild" class="sidebar-content"
2121
sidebardata="sidebardata"></sidebar>
2222

23-
<div ng-class="{'content-primary': (!closeWithForm && !loadChild)}" role="main">
23+
<div data-ng-class="{'content-primary': (!closeWithForm && !loadChild), 'content-primary-full': (!closeWithForm && !isFormWindow && !loadChild)}" role="main">
2424
<div class="form-content">
2525
<!--<iframe ng-src="http://test-sf.jayway.com/surface/?ap=" + {{caseId}}></iframe>-->
2626

0 commit comments

Comments
 (0)