Added symbol for options

master v0.9
Thomas Hooge 1 year ago
parent f0d187b4c3
commit 42a964c4b8
  1. BIN
      images/settings.png
  2. 1
      tpl/options.tpl
  3. 213
      tpl/optionseditdisplay.tpl
  4. 1
      tpl/optionseditpassword.tpl

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 B

@ -1,6 +1,7 @@
<table class="title"> <table class="title">
<tr> <tr>
<td class="header"> <td class="header">
<img class="icon" src="images/settings.png" alt="" />
{$lang_options} {$lang_options}
</td> </td>
<td align="right"> <td align="right">

@ -1,112 +1,111 @@
<form method="POST" action="submit.php"> <form method="POST" action="submit.php">
<input type="hidden" name="edit" value="optionsdisplay"> <input type="hidden" name="edit" value="optionsdisplay">
<table class="title"> <table class="title">
<tr> <tr>
<td class="header"> <td class="header">
{$lang_options} <img class="icon" src="images/settings.png" alt="" />
</td> {$lang_options}
<td align="right"> </td>
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a> <td align="right">
<input type="image" src="image.php?icon=save" alt="{$lang_submit}"> <a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
</td> <input type="image" src="image.php?icon=save" alt="{$lang_submit}">
</tr> </td>
</table> </tr>
</table>
<p> <table class="info">
<tr>
<table class="info"> <td class="header">
<tr> {$lang_options_display}
<td class="header"> </td>
{$lang_options_display} <td class="header_right">
</td> &nbsp;
<td class="header_right"> </td>
&nbsp; </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_language_help}">{$lang_user_language}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_language_help}">{$lang_user_language}</span> <td class="value">
</td> <input type="text" name="user_language" value="{$user_language}" size="2">
<td class="value"> ({$language})
<input type="text" name="user_language" value="{$user_language}" size="2"> </td>
({$language}) </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_imagesize_help}">{$lang_options_imagesize}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_imagesize_help}">{$lang_options_imagesize}</span> <td class="value">
</td> <input type="text" name="user_imagesize" value="{$user_imagesize}" size="3">
<td class="value"> </td>
<input type="text" name="user_imagesize" value="{$user_imagesize}" size="3"> </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_imagecount_help}">{$lang_options_imagecount}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_imagecount_help}">{$lang_options_imagecount}</span> <td class="value">
</td> <input type="text" name="user_imagecount" value="{$user_imagecount}" size="3">
<td class="value"> </td>
<input type="text" name="user_imagecount" value="{$user_imagecount}" size="3"> </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_mac_help}">{$lang_options_mac}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_mac_help}">{$lang_options_mac}</span> <td class="value">
</td> <input type="text" name="user_mac" value="{$user_mac}">
<td class="value"> </td>
<input type="text" name="user_mac" value="{$user_mac}"> </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_dateformat_help}">{$lang_options_dateformat}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_dateformat_help}">{$lang_options_dateformat}</span> <td class="value">
</td> <input type="text" name="user_dateformat" value="{$user_dateformat}">
<td class="value"> </td>
<input type="text" name="user_dateformat" value="{$user_dateformat}"> </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_dns1suffix_help}">{$lang_options_dns1suffix}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_dns1suffix_help}">{$lang_options_dns1suffix}</span> <td class="value">
</td> <input type="text" name="user_dns1suffix" value="{$user_dns1suffix}">
<td class="value"> </td>
<input type="text" name="user_dns1suffix" value="{$user_dns1suffix}"> </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_dns2suffix_help}">{$lang_options_dns2suffix}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_dns2suffix_help}">{$lang_options_dns2suffix}</span> <td class="value">
</td> <input type="text" name="user_dns2suffix" value="{$user_dns2suffix}">
<td class="value"> </td>
<input type="text" name="user_dns2suffix" value="{$user_dns2suffix}"> </tr>
</td> <tr>
</tr> <td class="label">
<tr> <span class="help" title="{$lang_options_menu_help}">{$lang_menu}</span>
<td class="label"> </td>
<span class="help" title="{$lang_options_menu_help}">{$lang_menu}</span> <td class="value">
</td> <input type="checkbox" name="user_menu_assets" {$user_menu_assets_checked}>{$lang_assets}<br />
<td class="value"> <input type="checkbox" name="user_menu_assetclasses" {$user_menu_assetclasses_checked}>{$lang_assetclasses}<br />
<input type="checkbox" name="user_menu_assets" {$user_menu_assets_checked}>{$lang_assets}<br /> <input type="checkbox" name="user_menu_assetclassgroups" {$user_menu_assetclassgroups_checked}>{$lang_assetclassgroups}<br />
<input type="checkbox" name="user_menu_assetclasses" {$user_menu_assetclasses_checked}>{$lang_assetclasses}<br />
<input type="checkbox" name="user_menu_assetclassgroups" {$user_menu_assetclassgroups_checked}>{$lang_assetclassgroups}<br />
{if $suser_admin} {if $suser_admin}
<input type="checkbox" name="user_menu_cables" {$user_menu_cables_checked}>{$lang_cables}<br /> <input type="checkbox" name="user_menu_cables" {$user_menu_cables_checked}>{$lang_cables}<br />
{/if} {/if}
<input type="checkbox" name="user_menu_locations" {$user_menu_locations_checked}>{$lang_locations}<br /> <input type="checkbox" name="user_menu_locations" {$user_menu_locations_checked}>{$lang_locations}<br />
<input type="checkbox" name="user_menu_nodes" {$user_menu_nodes_checked}>{$lang_nodes}<br /> <input type="checkbox" name="user_menu_nodes" {$user_menu_nodes_checked}>{$lang_nodes}<br />
<input type="checkbox" name="user_menu_subnets" {$user_menu_subnets_checked}>{$lang_subnets}<br /> <input type="checkbox" name="user_menu_subnets" {$user_menu_subnets_checked}>{$lang_subnets}<br />
<input type="checkbox" name="user_menu_vlans" {$user_menu_vlans_checked}>{$lang_vlans}<br /> <input type="checkbox" name="user_menu_vlans" {$user_menu_vlans_checked}>{$lang_vlans}<br />
<input type="checkbox" name="user_menu_zones" {$user_menu_zones_checked}>{$lang_zones} <input type="checkbox" name="user_menu_zones" {$user_menu_zones_checked}>{$lang_zones}
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="label"> <td class="label">
<span class="help" title="{$lang_options_tooltips_help}">{$lang_tooltips}</span> <span class="help" title="{$lang_options_tooltips_help}">{$lang_tooltips}</span>
</td> </td>
<td class="value"> <td class="value">
<input type="checkbox" name="user_tooltips" {$user_tooltips_checked}>{$lang_tooltips}<br> <input type="checkbox" name="user_tooltips" {$user_tooltips_checked}>{$lang_tooltips}<br>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>

@ -4,6 +4,7 @@
<table class="title"> <table class="title">
<tr> <tr>
<td class="header"> <td class="header">
<img class="icon" src="images/settings.png" alt="" />
{$lang_options} {$lang_options}
</td> </td>
<td align="right"> <td align="right">