Merge pull request #223 from marcoAntonioNina/BUG-0000

BUG 0000 Short tags
This commit is contained in:
julceslauhub
2012-07-11 16:01:23 -07:00
2 changed files with 299 additions and 265 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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)&nbsp;&nbsp;&nbsp;&nbsp; <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)&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" value="Continue" class="module_app_button___gray"
onclick="javascript:location.href='<?php echo $_POST['NextStep']; ?>'">
</div>
<?php
}