2 {include file="page_header.tpl"}
6 <table width="30%" border="0" cellpadding="1" bgcolor="#cccccc" class="view">
7 <form action="tool_preferences.php" method="post">
9 <th colspan="2">My Preferences</th>
12 <td align="right">Login:</td>
13 <td><b>{$tool_v_login}</b></td>
16 <td align="right">Old Password:</td>
17 <td><input type="password" name="tool_form_password_old" maxlength="8"></td>
20 <td align="right">New Password:</td>
21 <td><input type="password" name="tool_form_password_new" maxlength="8"></td>
24 <td align="right">Menu Style:</td>
25 <td><select name="tool_form_menu_style">
26 <option value="0" {if $tool_v_menu == 0}selected{/if}>Text only</option>
27 <option value="1" {if $tool_v_menu == 1}selected{/if}>Icon only</option>
28 <option value="2" {if $tool_v_menu == 2}selected{/if}>Text and Icon</option>
34 <td><input type="submit" name="toolaction" value="update"></td>
36 {if $tool_error != null}
38 <td colspan="2" align="center"><b>{$tool_error}</b></td>
41 <input type="hidden" name="tool_form_user_id" value="{$tool_v_user_id}">
46 <table width="30%" border="0" cellpadding="1" bgcolor="#cccccc" class="view">
47 <form action="tool_preferences.php" method="post">
49 <th colspan="2">Default Application</th>
52 <td align="right">Application :</td>
53 <td><select name="tool_form_application_default" style="width:150px;">
54 <option value="0"><i>Use Group Default</i></option>
55 <option disabled > --------------- </option>
56 {section name=menu loop=$nel_menu}
57 {if $nel_menu[menu].application_order != 999999}
58 <option value="{$nel_menu[menu].application_id}" {if $tool_v_application == $nel_menu[menu].application_id}selected{/if}>{$nel_menu[menu].application_name}</option>
65 <td><input type="submit" name="toolaction" value="update default application"></td>
67 <input type="hidden" name="tool_form_user_id" value="{$tool_v_user_id}">
72 {include file="page_footer.tpl"}