Merge branch 'master' of git@github.com:easysoft/zentaopms

This commit is contained in:
wwccss
2014-04-22 10:42:59 +08:00
2 changed files with 10 additions and 5 deletions
+9 -4
View File
@@ -11,10 +11,15 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id='doc3'>
<div class='container mw-600px'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['project']);?></span>
<strong><?php echo $lang->project->manageChilds;?></strong>
</div>
</div>
<form method='post'>
<table align='center' class='table-5 a-left'>
<caption><?php echo $lang->project->manageChilds;?></caption>
<table align='center' class='table table-form'>
<tr>
<td>
<?php
@@ -22,7 +27,7 @@
?>
</td>
</tr>
<tr><td class='text-center'><input type='submit' name='submit' /></td></tr>
<tr><td class='text-center'><input type='submit' name='submit' class='btn btn-primary' /></td></tr>
</table>
</form>
</div>
+1 -1
View File
@@ -1,5 +1,5 @@
<?php include '../../common/view/header.lite.html.php';?>
<table class='table-1 mt-10px'>
<table class='table'>
<caption><?php echo $lang->story->tasks;?></caption>
<?php
foreach($tasks as $task)