* code for task#1024.

This commit is contained in:
zhujinyong
2013-01-09 08:14:31 +00:00
parent 21a9c67de7
commit 8a043173fb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
#productplan td, tr, th{ border:1px solid #E4E4E4;}
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/tablesorter.html.php';?>
<table class='table-1 tablesorter fixed'>
<table class='table-1 tablesorter fixed' id="productplan">
<caption class='caption-tr'>
<div class='f-left'><?php echo $lang->productplan->browse;?></div>
<div class='f-right'><?php common::printLink('productplan', 'create', "productID=$product->id", $lang->productplan->create);?></div>