* adjust the width of product browse page.

This commit is contained in:
wangchunsheng
2012-05-02 15:08:36 +00:00
parent 1b81daa010
commit 0de0afcd8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ var browseType = '<?php echo $browseType;?>';
</div>
</div>
<div id='querybox' class='<?php if($browseType !='bysearch') echo 'hidden';?>'><?php echo $searchForm;?></div>
<table class='cont-lt2'>
<table class='cont-lt1'>
<tr valign='top'>
<td class='side <?php echo $treeClass;?>' id='treebox'>
<div class='box-title'><?php echo $productName;?></div>
+1 -1
View File
@@ -15,7 +15,7 @@ $lang->tree->edit = 'Edit';
$lang->tree->addChild = 'Add child';
$lang->tree->delete = 'Delete';
$lang->tree->browse = 'Module manage';
$lang->tree->manage = 'Manage modules';
$lang->tree->manage = 'Modules';
$lang->tree->manageProduct = 'Mange product module';
$lang->tree->manageProject = 'Manage project module';
$lang->tree->manageBug = 'Manage bug module';