diff options
author | Mark Wells <mark@freeside.biz> | 2014-09-22 13:52:36 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-09-22 13:52:36 -0700 |
commit | 942e4d33971c804511a4770f58483e1d4385aa61 (patch) | |
tree | cf79962bb4fa22202395c0760aa734953b4e48bf | |
parent | 8f8912fb6479aca39f4a9160f096e42f842feb39 (diff) |
fix browse/deploy_zone link, #31065
-rw-r--r-- | httemplate/edit/deploy_zone-fixed.html | 1 | ||||
-rw-r--r-- | httemplate/edit/deploy_zone-mobile.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/deploy_zone-fixed.html b/httemplate/edit/deploy_zone-fixed.html index 1a79500ff..fb26c4958 100644 --- a/httemplate/edit/deploy_zone-fixed.html +++ b/httemplate/edit/deploy_zone-fixed.html @@ -2,6 +2,7 @@ 'name_singular' => 'deployment zone', 'table' => 'deploy_zone', 'post_url' => popurl(1).'process/deploy_zone-fixed.html', + 'viewall_dir' => 'browse', 'labels' => { 'description' => 'Description', 'agentnum' => 'Agent', diff --git a/httemplate/edit/deploy_zone-mobile.html b/httemplate/edit/deploy_zone-mobile.html index 8e985b1c9..d049cb018 100644 --- a/httemplate/edit/deploy_zone-mobile.html +++ b/httemplate/edit/deploy_zone-mobile.html @@ -2,6 +2,7 @@ 'name_singular' => 'deployment zone', 'table' => 'deploy_zone', 'post_url' => popurl(1).'process/deploy_zone-mobile.html', + 'viewall_dir' => 'browse', 'labels' => { 'description' => 'Description', 'agentnum' => 'Agent', |