* mv the view file of common module to view directory.

This commit is contained in:
wangchunsheng
2010-03-17 08:45:53 +00:00
parent e48dbec77b
commit d56abda8db
136 changed files with 306 additions and 306 deletions
+3 -3
View File
@@ -22,7 +22,7 @@
* @link http://www.zentao.cn
*/
?>
<?php include '../../common/header.html.php';?>
<?php include '../../common/view/header.html.php';?>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<div class='yui-d0'>
<table class='table-1'>
@@ -51,6 +51,6 @@
</td>
</tr>
</table>
<?php include '../../common/action.html.php';?>
<?php include '../../common/view/action.html.php';?>
</div>
<?php include '../../common/footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>