Renamed the Operations menu area to Actions

git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@775 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-25 01:26:52 +00:00
parent c3ad1b0ea1
commit f8cdea8872

View File

@@ -83,7 +83,7 @@ class AppController extends Controller {
$subname .= '';
elseif ($subarea == $this->op_area)
//$subname .= '-Ops';
$subname = 'Operations';
$subname = 'Actions';
elseif ($subarea == $this->new_area)
//$subname .= '-New';
$subname = 'Creation';
@@ -250,8 +250,6 @@ class AppController extends Controller {
array('controller' => 'tenders', 'action' => 'deposit'), null,
'SITE', $this->op_area);
$this->sideMenuAreaName('Operations', 'SITE', $this->op_area);
}