BUG 9137 The ProcessMaker header and menu disappears when saving... SOLVED

- When editing a DynaForm in Chrome v16, the ProcessMaker header and menu disappears when clicking on the "Save" button in the toolbar. The header doesn't return after closing the DynaForm. See screenshot.
- Fix Bug in the validation of the footer when not used in the skins.
This commit is contained in:
Hector Cortez
2012-07-11 10:32:04 -04:00
parent 150a1fe91f
commit 80010dacf5
4 changed files with 8 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
</table>
</td>
</tr>
{if $footer neq ''}
<tr height="100%">
<td height="100%">
<div class="Footer">
@@ -72,6 +73,7 @@
</div>
</td>
</tr>
{/if}
</table>
</body>
</html>

View File

@@ -62,6 +62,7 @@
</table>
</td>
</tr>
{if $footer neq ''}
<tr height="100%">
<td height="100%">
<div class="Footer">
@@ -69,6 +70,7 @@
</div>
</td>
</tr>
{/if}
</table>
</body>
</html>

View File

@@ -65,6 +65,7 @@
</table>
</td>
</tr>
{if $footer neq ''}
<tr height="100%">
<td height="100%">
<div class="Footer">
@@ -72,6 +73,7 @@
</div>
</td>
</tr>
{/if}
</table>
</body>
</html>

View File

@@ -65,6 +65,7 @@
</table>
</td>
</tr>
{if $footer neq ''}
<tr height="100%">
<td height="100%">
<div class="Footer">
@@ -72,6 +73,7 @@
</div>
</td>
</tr>
{/if}
</table>
</body>
</html>