RT future ticket resolve, #13853
[freeside.git] / rt / share / html / User / Prefs.html
index f04b02f..c62d873 100755 (executable)
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, Title=>loc("Preferences") &>
+<& /Elements/Header, Title=>loc("Ticketing Preferences") &>
 <& /User/Elements/Tabs, 
     current_tab => 'User/Prefs.html', 
     Title => loc("Preferences") &>
     <td class="label"><&|/l&>Nickname</&>:</td>
     <td class="value"><input name="NickName" value="<%$UserObj->NickName || ''%>" /></td>
   </tr>
-  <tr>
-    <td class="label"><&|/l&>Language</&>:</td>
-    <td class="value"><& /Elements/SelectLang, Name => 'Lang', Default => $UserObj->Lang &></td>
-  </tr>
+%#  <tr>
+%#    <td class="label"><&|/l&>Language</&>:</td>
+%#    <td class="value"><& /Elements/SelectLang, Name => 'Lang', Default => $UserObj->Lang &></td>
+%#  </tr>
   <tr>
     <td class="label"><&|/l&>Timezone</&>:</td>
     <td class="value"><& /Elements/SelectTimezone, Name => 'Timezone', Default => $UserObj->Timezone &></td>