From 9978f575bece86766998cd41b68df200d151c44b Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 22 Sep 2014 13:53:13 -0700 Subject: [PATCH] fix browse/deploy_zone link, #31065 --- httemplate/edit/deploy_zone-fixed.html | 1 + httemplate/edit/deploy_zone-mobile.html | 1 + 2 files changed, 2 insertions(+) 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', -- 2.11.0