create steps redirections to dialogs
This commit is contained in:
parent
2f7a3796d2
commit
e9561e85c2
7 changed files with 40 additions and 12 deletions
|
|
@ -1 +1,5 @@
|
|||
<?php snippet('generic-template') ?>
|
||||
<?php if ($page->pdf()->isNotEmpty()) {
|
||||
go($page->parent()->url() . '?dialog=client-brief');
|
||||
} else {
|
||||
snippet('generic-template');
|
||||
} ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue