TT#121400 Hide Reseller details navigation buttons for framed=1

The Reseller object received Breadcrumbs on ngcp-admin-ui and
the v1 navigation elements are no longer necessary for iframed/framed=1 output.

In the feature we will also move 'Expand/Collapse Groups' button to v2,
while at the moment we still have to keep it inside framed output.

Change-Id: Ia65a5f9b92242900c978ff7435fc46e3ed205043
mr9.5.1
Alexander Lutay 4 years ago
parent 131e79fba6
commit 090722bb30

@ -1,3 +1,4 @@
[% UNLESS framed -%]
[% site_config.title = c.loc('Reseller Details for [_1]', reseller.first.name) -%]
<div class="row">
@ -10,6 +11,7 @@
[% back_created = 1 -%]
<div class="ngcp-separator"></div>
[% END -%]
<div class="row">
[% FOREACH m IN messages -%]

Loading…
Cancel
Save