Skip to content

Commit

Permalink
modified layout for bugnotes.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1094 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Jun 7, 2002
1 parent 68bfc2e commit 3fd9b3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bugnote_inc.php
Expand Up @@ -74,14 +74,14 @@
<td class="bugnote" valign="top" width="100%">
<table class="hide" cellspacing="0">
<tr valign="top">
<td class="<?php echo $t_bugnote_css ?>" colspan="2">
<?php print_user( $v3_reporter_id ) ?><br />
<hr size="1" />
<td class="<?php echo $t_bugnote_css ?>">
<?php print_user( $v3_reporter_id ) ?>
<?php if ( PRIVATE == $v3_view_state ) { ?>
<span class="small"><?php echo $s_private ?></span><br />
<hr size="1" />
<span class="small">[ <?php echo $s_private ?> ]</span>
<?php } ?>
<span class="small"><?php echo $v3_date_submitted ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />
<span class="small"><?php echo $v3_date_submitted ?></span><br /><br />
<span class="small">
<?php
# only admins and the bugnote creator can edit/delete this bugnote
# bug must be open to be editable
Expand Down

0 comments on commit 3fd9b3a

Please sign in to comment.