Merge pull request #223 from marcoAntonioNina/BUG-0000
BUG 0000 Short tags
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,9 @@
|
||||
<?php if(isset($_POST['NextStep'])){?>
|
||||
<div class="ui-widget-header ui-corner-all" width="100%" align="center">Processmaker - Debugger (Break Point) <input type="button" value="Continue" class="module_app_button___gray" onclick="javascript:location.href='<?=$_POST['NextStep']?>'">
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if (isset($_POST['NextStep'])) {?>
|
||||
<div class="ui-widget-header ui-corner-all" width="100%" align="center">
|
||||
Processmaker - Debugger (Break Point)
|
||||
<input type="button" value="Continue" class="module_app_button___gray"
|
||||
onclick="javascript:location.href='<?php echo $_POST['NextStep']; ?>'">
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user