{box class="noshadow"}
{heading class="noborder noshadow panel-primary" style="margin-bottom:5px;"}
| {trans('Węzły w grupie')} |
{/heading}
{body}
{if $nodegroup.nodescount}
{else}
{trans('Brak węzłów w tej grupie')}
{/if}
{/body}
{footer}
{fontimg src="delete"} {trans('Usuń')}
{/footer}
{/box}
{box class="noshadow"}
{heading class="noborder noshadow panel-success" style="margin-bottom:5px;"}
| {trans('Dodaj nowe węzły')} |
{/heading}
{body}
{if $nodescount}
{else}
{trans('Wszystkie węzły są w tej grupie')}
{/if}
{/body}
{footer}
{fontimg src="save"} {trans('Zapisz')}
{/footer}
{/box}