* adjust the width of product browse page.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user