Skip to content

Commit

Permalink
Removed colons for consistency with other forms.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1927 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Feb 18, 2003
1 parent 9f9a338 commit 024645e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions account_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: account_page.php,v 1.39 2003-02-18 02:18:00 jfitzell Exp $
# $Id: account_page.php,v 1.40 2003-02-18 02:53:55 vboctor Exp $
# --------------------------------------------------------

# CALLERS
Expand Down Expand Up @@ -82,7 +82,7 @@
<!-- Username -->
<tr class="row-1">
<td class="category" width="25%">
<?php echo lang_get( 'username' ) ?>:
<?php echo lang_get( 'username' ) ?>
</td>
<td width="75%">
<?php echo $u_username ?>
Expand All @@ -102,7 +102,7 @@
<!-- Username -->
<tr class="row-1">
<td class="category" width="25%">
<?php echo lang_get( 'username' ) ?>:
<?php echo lang_get( 'username' ) ?>
</td>
<td width="75%">
<?php echo $u_username ?>
Expand All @@ -112,7 +112,7 @@
<!-- Password -->
<tr class="row-2">
<td class="category">
<?php echo lang_get( 'password' ) ?>:
<?php echo lang_get( 'password' ) ?>
</td>
<td>
<input type="password" size="32" maxlength="32" name="password" />
Expand All @@ -122,7 +122,7 @@
<!-- Password confirmation -->
<tr class="row-2">
<td class="category">
<?php echo lang_get( 'confirm_password' ) ?>:
<?php echo lang_get( 'confirm_password' ) ?>
</td>
<td>
<input type="password" size="32" maxlength="32" name="password_confirm" />
Expand All @@ -136,7 +136,7 @@
<!-- Email -->
<tr class="row-1">
<td class="category">
<?php echo lang_get( 'email' ) ?>:
<?php echo lang_get( 'email' ) ?>
</td>
<td>
<?php echo $u_email ?>
Expand All @@ -148,7 +148,7 @@
<!-- Email -->
<tr class="row-1">
<td class="category">
<?php echo lang_get( 'email' ) ?>:
<?php echo lang_get( 'email' ) ?>
</td>
<td>
<?php print_email_input( 'email', $u_email ) ?>
Expand All @@ -160,7 +160,7 @@
<!-- Access level -->
<tr class="row-2">
<td class="category">
<?php echo lang_get( 'access_level' ) ?>:
<?php echo lang_get( 'access_level' ) ?>
</td>
<td>
<?php echo get_enum_element( 'access_levels', $u_access_level ) ?>
Expand All @@ -170,7 +170,7 @@
<!-- Project access level -->
<tr class="row-1">
<td class="category">
<?php echo lang_get( 'access_level_project' ) ?>:
<?php echo lang_get( 'access_level_project' ) ?>
</td>
<td>
<?php echo get_enum_element( 'access_levels', current_user_get_access_level() ) ?>
Expand All @@ -180,7 +180,7 @@
<!-- Assigned project list -->
<tr class="row-2" valign="top">
<td class="category">
<?php echo lang_get( 'assigned_projects' ) ?>:
<?php echo lang_get( 'assigned_projects' ) ?>
</td>
<td>
<?php print_project_user_list( current_user_get_field( 'id' ) ) ?>
Expand Down

0 comments on commit 024645e

Please sign in to comment.