* add hr for last object.

* adjust the style of hr in m.action.html.php.
This commit is contained in:
chencongzhi520@gmail.com
2013-07-06 07:43:53 +00:00
parent 5d272108f6
commit bfb79c5fe1
5 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<div id='actionbox'>
<fieldset>
<hr />
<hr color='#dddddd'/>
<ol id='historyItem' style='padding-left:20px; font-size:11px'>
<?php $i = 1; ?>

View File

@@ -30,6 +30,7 @@
common::printIcon('bug', 'activate', "bugID=$bug->id", $bug, 'button', '', '', 'iframe');
?>
</div>
<?php if(end($bugs) == $bug) echo "<hr />";?>
</div>
</div>
<?php endforeach;?>

View File

@@ -38,6 +38,7 @@
common::printIcon('task', 'activate', "taskID=$task->id", $task);
?>
</div>
<?php if(end($tasks) == $task) echo "<hr />";?>
</div>
</div>
<?php endforeach;?>

View File

@@ -37,6 +37,7 @@
}
?>
</div>
<?php if(end($todos) == $todo) echo "<hr />";?>
</div>
</div>
<?php endif;?>

View File

@@ -18,6 +18,7 @@
common::printIcon('task', 'activate', "taskID=$task->id", $task);
?>
</div>
<?php if(end($tasks) == $task) echo "<hr />";?>
</div>
</div>
<?php endforeach;?>