restoring toolbar
This commit is contained in:
@@ -48,13 +48,14 @@
|
|||||||
<!-- Toolbar and Save/Cancel buttons -->
|
<!-- Toolbar and Save/Cancel buttons -->
|
||||||
<div class="l-edit-controls flex-elem l-flex-row flex-align-end"
|
<div class="l-edit-controls flex-elem l-flex-row flex-align-end"
|
||||||
ng-class="{ active:editMode }">
|
ng-class="{ active:editMode }">
|
||||||
<!-- <mct-toolbar name="mctToolbar"
|
<mct-toolbar name="mctToolbar"
|
||||||
structure="toolbar.structure"
|
structure="toolbar.structure"
|
||||||
ng-model="toolbar.state"
|
ng-model="toolbar.state"
|
||||||
class="flex-elem grow"></mct-toolbar>-->
|
class="flex-elem grow">
|
||||||
|
</mct-toolbar>
|
||||||
|
|
||||||
<!-- from toolbar.html -->
|
<!-- from toolbar.html -->
|
||||||
<mct-toolbar-x class="flex-elem grows ellipsis">
|
<!--<mct-toolbar-x class="flex-elem grows ellipsis">
|
||||||
<form novalidate>
|
<form novalidate>
|
||||||
<div class="tool-bar btn-bar">
|
<div class="tool-bar btn-bar">
|
||||||
<span class="l-control-group">
|
<span class="l-control-group">
|
||||||
@@ -75,7 +76,7 @@
|
|||||||
<span class="s-menu-btn">Lorem</span>
|
<span class="s-menu-btn">Lorem</span>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</mct-toolbar-x>
|
</mct-toolbar-x>-->
|
||||||
<mct-representation key="'edit-action-buttons'"
|
<mct-representation key="'edit-action-buttons'"
|
||||||
mct-object="domainObject"
|
mct-object="domainObject"
|
||||||
class='flex-elem conclude-editing'>
|
class='flex-elem conclude-editing'>
|
||||||
|
|||||||
Reference in New Issue
Block a user