Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Sep 22, 2011
1 parent 471de50 commit 7ad3e7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions manage_proj_edit_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<!-- Title -->
<tr>
<td class="form-title" colspan="6">
<?php
<?php
echo lang_get( 'subprojects' );

# Check the user's global access level before allowing project creation
Expand Down Expand Up @@ -455,7 +455,7 @@
$t_released = $t_version['released'];
$t_obsolete = $t_version['obsolete'];
if( !date_is_null( $t_version['date_order'] ) ) {
$t_date_formatted = date( config_get( 'complete_date_format' ), $t_version['date_order'] );
$t_date_formatted = date( config_get( 'complete_date_format' ), $t_version['date_order'] );
} else {
$t_date_formatted = ' ';
}
Expand Down Expand Up @@ -630,7 +630,7 @@
<?php
}

event_signal( 'EVENT_MANAGE_PROJECT_PAGE', array( $f_project_id ) );
event_signal( 'EVENT_MANAGE_PROJECT_PAGE', array( $f_project_id ) );
?>

<!-- PROJECT VIEW STATUS -->
Expand Down
14 changes: 7 additions & 7 deletions manage_proj_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

print_manage_menu( 'manage_proj_page.php' );

# Project Menu Form BEGIN
# Project Menu Form BEGIN
?>
<br />
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="5">
<?php
<?php
echo lang_get( 'projects_title' );

# Check the user's global access level before allowing project creation
Expand All @@ -60,31 +60,31 @@
</tr>
<tr class="row-category">
<td width="20%">
<?php
<?php
print_manage_project_sort_link( 'manage_proj_page.php', lang_get( 'name' ), 'name', $t_direction, $f_sort );
print_sort_icon( $t_direction, $f_sort, 'name' );
?>
</td>
<td width="10%">
<?php
<?php
print_manage_project_sort_link( 'manage_proj_page.php', lang_get( 'status' ), 'status', $t_direction, $f_sort );
print_sort_icon( $t_direction, $f_sort, 'status' );
?>
</td>
<td width="10%">
<?php
<?php
print_manage_project_sort_link( 'manage_proj_page.php', lang_get( 'enabled' ), 'enabled', $t_direction, $f_sort );
print_sort_icon( $t_direction, $f_sort, 'enabled' );
?>
</td>
<td width="10%">
<?php
<?php
print_manage_project_sort_link( 'manage_proj_page.php', lang_get( 'view_status' ), 'view_state', $t_direction, $f_sort );
print_sort_icon( $t_direction, $f_sort, 'view_state' );
?>
</td>
<td width="40%">
<?php
<?php
print_manage_project_sort_link( 'manage_proj_page.php', lang_get( 'description' ), 'description', $t_direction, $f_sort );
print_sort_icon( $t_direction, $f_sort, 'description' );
?>
Expand Down

0 comments on commit 7ad3e7e

Please sign in to comment.