Skip to content

Commit

Permalink
Merge pull request #159 from pcela/patch-4
Browse files Browse the repository at this point in the history
Update networknodeedit.html
  • Loading branch information
inetlms authored Jul 18, 2016
2 parents 3b9d538 + 67a6a84 commit 82e6654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/networknodeedit.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@
</tr>

<tr class="pglight">
<td width="1%" nowrap align="left"><span class="tiphelp" {tip text="Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii"}>Możliwość intalacji anten</span></td>
<td width="1%" nowrap align="left"><span class="tiphelp" {tip text="Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii"}>Możliwość instalacji anten</span></td>
<td width="1%" class="pad">:</td>
<td width="98%" nowrap>{foreach $_TN as $item => $key}<input type="radio" name="networknode[instofanten]" id="id_instofanten{$item}" value="{$item}" {if $networknodeinfo.instofanten == $item} checked{/if}><label for="id_instofanten{$item}">&nbsp;{$key}</label>{/foreach}</td>
</tr>

<tr class="pglight">
<td width="1%" nowrap align="left">Możliwość intalacji masztu</td>
<td width="1%" nowrap align="left">Możliwość instalacji masztu</td>
<td width="1%" class="pad">:</td>
<td width="98%" nowrap>{foreach $_TN as $item => $key}<input type="radio" name="networknode[instmast]" id="id_instmast{$item}" value="{$item}" {if $networknodeinfo.instmast == $item}checked{/if}><label for="id_instmast{$item}">&nbsp;{$key}</label>{/foreach}</td>
</tr>
Expand Down Expand Up @@ -471,4 +471,4 @@
</script>
{/literal}
{include file="load_gif.html"}
{include file="footer.html"}
{include file="footer.html"}

0 comments on commit 82e6654

Please sign in to comment.