* add hr for last object.
* adjust the style of hr in m.action.html.php.
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
@@ -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;?>
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
common::printIcon('task', 'activate', "taskID=$task->id", $task);
|
||||
?>
|
||||
</div>
|
||||
<?php if(end($tasks) == $task) echo "<hr />";?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php if(end($todos) == $todo) echo "<hr />";?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
common::printIcon('task', 'activate', "taskID=$task->id", $task);
|
||||
?>
|
||||
</div>
|
||||
<?php if(end($tasks) == $task) echo "<hr />";?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
|
||||
Reference in New Issue
Block a user