From 6492cd8b22b1eff2bbc52051eb76df694f4bdd3e Mon Sep 17 00:00:00 2001 From: abijah Date: Sat, 29 Aug 2009 20:46:33 +0000 Subject: [PATCH] Removed the Add Deposit link from the actions menu. It is easy to find after Navigating to Deposits. git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@824 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/app_controller.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/app_controller.php b/site/app_controller.php index c25b29f..e3aec9a 100644 --- a/site/app_controller.php +++ b/site/app_controller.php @@ -265,10 +265,6 @@ class AppController extends Controller { array('controller' => 'leases', 'action' => 'move_out'), null, 'SITE', $this->op_area); - $this->addSideMenuLink('New Deposit', - array('controller' => 'tenders', 'action' => 'deposit'), null, - 'SITE', $this->op_area); - if (sandbox()) $this->addSideMenuLink('Rebuild Sandbox', array('controller' => 'util', 'action' => 'rebuild_sandbox'), null,