mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +01:00
warning in yellow
This commit is contained in:
parent
60d75b6f2d
commit
1de1a9f55f
@ -90,13 +90,11 @@ public class MindmapServiceImpl
|
|||||||
@Override
|
@Override
|
||||||
public void addLabel(@NotNull Mindmap mindmap, @NotNull final Label label) {
|
public void addLabel(@NotNull Mindmap mindmap, @NotNull final Label label) {
|
||||||
mindmap.addLabel(label);
|
mindmap.addLabel(label);
|
||||||
//mindmapManager.saveMindmap(mindmap);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void removeLabel(@NotNull Mindmap mindmap, @NotNull Label label) {
|
public void removeLabel(@NotNull Mindmap mindmap, @NotNull Label label) {
|
||||||
mindmap.removeLabel(label);
|
mindmap.removeLabel(label);
|
||||||
//mindmapManager.saveMindmap(mindmap);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -451,7 +451,7 @@
|
|||||||
<h3><spring:message code="DELETE_MINDMAP"/></h3>
|
<h3><spring:message code="DELETE_MINDMAP"/></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="alert alert-block">
|
<div class="alert alert-block alert-warning">
|
||||||
<h4 class="alert-heading"><spring:message code="WARNING"/>!</h4><spring:message
|
<h4 class="alert-heading"><spring:message code="WARNING"/>!</h4><spring:message
|
||||||
code="DELETE_MAPS_WARNING"/>
|
code="DELETE_MAPS_WARNING"/>
|
||||||
</div>
|
</div>
|
||||||
@ -475,7 +475,7 @@
|
|||||||
<h3><spring:message code="DELETE"/></h3>
|
<h3><spring:message code="DELETE"/></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="alert alert-block">
|
<div class="alert alert-block alert-warning">
|
||||||
<h4 class="alert-heading"><spring:message code="WARNING"/>!</h4><spring:message code="DELETE_LABELS_WARNING"/>
|
<h4 class="alert-heading"><spring:message code="WARNING"/>!</h4><spring:message code="DELETE_LABELS_WARNING"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user