|
@@ -205,8 +205,9 @@ switch($iframe) {
|
|
|
|
|
|
t = outlookbar.addtitle('报价管理','信息管理',1);
|
|
|
<?php if(chkLogin("信息管理")): ?>
|
|
|
- outlookbar.additem('添加产品',t,'products.php');
|
|
|
+ outlookbar.additem('产品列表',t,'products.php');
|
|
|
outlookbar.additem('报价管理',t,'country.php');
|
|
|
+ outlookbar.additem('产品分类',t,'product_category.php');
|
|
|
<?php endif; ?>
|
|
|
|
|
|
t = outlookbar.addtitle('系统管理','其它管理',1);
|