create steps redirections to dialogs
This commit is contained in:
parent
2f7a3796d2
commit
e9561e85c2
7 changed files with 40 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ Stepname: clientBrief
|
|||
|
||||
----
|
||||
|
||||
Pdf:
|
||||
Pdf: - file://s0lNtRA0Z7ybTCWG
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
<?php snippet('generic-template') ?>
|
||||
<?php if ($page->pdf()->isNotEmpty()) {
|
||||
go($page->parent()->url() . '?dialog=client-brief');
|
||||
} else {
|
||||
snippet('generic-template');
|
||||
} ?>
|
||||
1
public/site/templates/proposal.php
Normal file
1
public/site/templates/proposal.php
Normal file
|
|
@ -0,0 +1 @@
|
|||
<?php go($page->parent()->url() . '?dialog=proposal&fileIndex=0', 301) ?>
|
||||
1
public/site/templates/track.php
Normal file
1
public/site/templates/track.php
Normal file
|
|
@ -0,0 +1 @@
|
|||
<?php go($page->parent()->parent()->url() . '?dialog=virtual-sample', 301) ?>
|
||||
1
public/site/templates/virtual-sample.php
Normal file
1
public/site/templates/virtual-sample.php
Normal file
|
|
@ -0,0 +1 @@
|
|||
<?php go($page->parent()->url() . '?dialog=virtual-sample', 301) ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue