?>
		<input type="radio" name="action" value="delete" /> <?php 
    echo lang_get('delete_profile');
    ?>
	</td>
</tr>
<tr class="row-2">
	<td class="category" width="25%">
		<?php 
    echo lang_get('select_profile');
    ?>
	</td>
	<td width="75%">
		<select name="profile_id">
			<?php 
    print_profile_option_list($t_user_id, '', $t_profiles);
    ?>
		</select>
	</td>
</tr>
<tr>
	<td class="center" colspan="2">
		<input type="submit" class="button" value="<?php 
    echo lang_get('submit_button');
    ?>
" />
	</td>
</tr>
</table>
</form>
</div>
		<th class="category">
			<label for="profile_id"><?php 
    echo lang_get('select_profile');
    ?>
</label>
		</th>
		<td>
			<?php 
    if (count(profile_get_all_for_user(auth_get_current_user_id())) > 0) {
        ?>
				<select <?php 
        echo helper_get_tab_index();
        ?>
 id="profile_id" name="profile_id">
					<?php 
        print_profile_option_list(auth_get_current_user_id(), $f_profile_id);
        ?>
				</select>
			<?php 
    }
    ?>
		</td>
	</tr>
	<tr>
		<td colspan="2" class="none">
			<?php 
    if (ON == config_get('use_javascript')) {
        ?>
				<?php 
        collapse_open('profile');
        collapse_icon('profile');
?>
		<input type="radio" name="action" value="delete" /> <?php 
echo lang_get('delete_profile');
?>
	</td>
</tr>
<tr class="row-2">
	<td class="category" width="25%">
		<?php 
echo lang_get('select_profile');
?>
	</td>
	<td width="75%">
		<select name="profile_id">
			<?php 
print_profile_option_list($t_user_id);
?>
		</select>
	</td>
</tr>
<tr>
	<td class="center" colspan="2">
		<input type="submit" class="button" value="<?php 
echo lang_get('submit_button');
?>
" />
	</td>
</tr>
</table>
</form>
</div>