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:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user