Files
luos/workflow/engine/templates/cases/showDebugFrameBreaker.php
Hector Cortez 6bc409131d BUG 8412 Changed the open short tags for PHP code to long open tags.
Were not modified the labels are in thirdparty  nor which are replaced by empty string.
2012-01-30 17:59:57 -04:00

5 lines
335 B
PHP
Executable File

<?php if(isset($_POST['NextStep'])){?>
<div class="ui-widget-header ui-corner-all" width="100%" align="center">Processmaker - Debugger (Break Point)&nbsp;&nbsp;&nbsp;&nbsp; <input type="button" value="Continue" class="module_app_button___gray" onclick="javascript:location.href='<?=$_POST['NextStep']?>'">
</div>
<?php }?>