Skip to content

Commit

Permalink
enhancement: uke/pit: added 'other' network element type
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Feb 10, 2023
1 parent b0bb64d commit deb38f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/netnode/netnodemodify.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <H1>{$layout.pagetitle}</H1>

{box_row icon="type" icon_class="fa-fw" label="Type"}
<select name="netnode[type]" {tip text="Enter node type"}>
<option value="0">{trans("— other —")}</option>
<option value="0">{trans("<!netelemtype>— other —")}</option>
{foreach $_NETELEMENTTYPES as $idx => $type}
<option value="{$idx}"
{if $netnode.type == $idx} selected{/if}>{$type}</option>
Expand Down

0 comments on commit deb38f2

Please sign in to comment.