{include file="header.tpl.html" extra_title="Preferences"} {include file="navigation.tpl.html"} {literal} {/literal}
{if $current_role != $roles.customer} {if $update_name_result} {/if} {if $can_update_name} {else} {/if} {if $can_update_email} {if $update_email_result} {/if} {else} {/if} {/if} {if $can_update_password} {if $update_password_result} {/if} {/if}
{t}User Details{/t} {include file="help_link.tpl.html" topic="preferences"}
{if $update_name_result == -1} {t}An error occurred while trying to run your query.{/t} {elseif $update_name_result == 1} {t}Thank you, your full name was updated successfully.{/t} {/if}
{t}Full Name{/t}: {include file="error_icon.tpl.html" field="full_name"}
{t}Full Name{/t}: {$current_full_name|escape:"html"}
{if $update_email_result == -1} {t}An error occurred while trying to run your query.{/t} {elseif $update_email_result == 1} {t}Thank you, your email address was updated successfully.{/t} {/if}
{t}Login{/t} & {t}Email Address{/t}: {include file="error_icon.tpl.html" field="email"}
{t}Login{/t} & {t}Email Address{/t}: {$current_email|escape:"html"}
{if $update_password_result == -1} {t}An error occurred while trying to run your query.{/t} {elseif $update_password_result == 1} {t}Thank you, your password was updated successfully.{/t} {/if}
{t}Change Password{/t}:
{t}New Password{/t}: {include file="error_icon.tpl.html" field="new_password"}
{t}Confirm New Password{/t}: {include file="error_icon.tpl.html" field="confirm_password"}

{if $update_account_result} {/if} {if $avail_langs} {/if} {if $current_role != $roles.customer} {/if} {if $current_role > $roles.customer} {foreach from=$assigned_projects key=prj_id item=project_info} {/foreach} {foreach from=$assigned_projects key=prj_id item=project_info} {/foreach} {foreach from=$assigned_projects key=prj_id item=project_info} {/foreach} {foreach from=$assigned_projects key=prj_id item=project_info} {/foreach} {else} {/if} {if $current_role > $roles.customer} {else} {/if}
{t}Account Preferences{/t} {include file="help_link.tpl.html" topic="preferences"}
{if $update_account_result == -1} {t}An error occurred while trying to run your query.{/t} {elseif $update_account_result == 1} {t}Thank you, your account preferences were updated successfully.{/t} {/if}
{t}Available Languages{/t}:
{t}Timezone{/t}: {include file="lookup_field.tpl.html" lookup_field_name="search" lookup_field_target="timezone"}
{t}Week starts on:{/t}
{t}Automatically close confirmation popup windows?{/t}   
   {$project_info.prj_title}
{t}Receive emails when all issues are created?{/t}   
{t}Receive emails when new issues are assigned to you?{/t}
{t}Receive notifications for your own actions?{/t}
{t}Refresh Rate for Issue Listing Page{/t}: ({t}in minutes{/t})
{t}Refresh Rate for Email Listing Page{/t}: ({t}in minutes{/t})
{t}Email Signature{/t}:
{t}Edit Signature{/t}:
{t}Upload New Signature{/t}:

{t}SMS Email Address{/t}: ({t}only used for automatic issue reminders{/t})

{include file="app_info.tpl.html"} {include file="footer.tpl.html"}