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 75a55e7 commit c5c6738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/locale/pl_PL/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5125,6 +5125,7 @@
$_LANG['<!netelemtype>cable cabinet'] = 'szafa kablowa';
$_LANG['<!netelemtype>cable post'] = 'słupek kablowy';
$_LANG['<!netelemtype>telecommunication post'] = 'słupek telekomunikacyjny';
$_LANG['<!netelemtype>— other —'] = '— inny —';

$_LANG['Own node'] = 'Węzeł własny';
$_LANG['Node shared with another entity'] = 'Węzeł współdzielony z innym podmiotem';
Expand Down
1 change: 1 addition & 0 deletions templates/default/netnode/netnodemodify.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +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>
{foreach $_NETELEMENTTYPES as $idx => $type}
<option value="{$idx}"
{if $netnode.type == $idx} selected{/if}>{$type}</option>
Expand Down

0 comments on commit c5c6738

Please sign in to comment.