Files
luos/workflow/engine/templates/cases/showDebugFrameBreaker.php
Marco Antonio Nina 51b40de6a5 BUG 0000 Short tags
- Modify short tags.
2012-07-11 18:22:10 -04:00

10 lines
365 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='<?php echo $_POST['NextStep']; ?>'">
</div>
<?php
}