mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
warning in yellow
This commit is contained in:
parent
60d75b6f2d
commit
1de1a9f55f
@ -90,13 +90,11 @@ public class MindmapServiceImpl
|
||||
@Override
|
||||
public void addLabel(@NotNull Mindmap mindmap, @NotNull final Label label) {
|
||||
mindmap.addLabel(label);
|
||||
//mindmapManager.saveMindmap(mindmap);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeLabel(@NotNull Mindmap mindmap, @NotNull Label label) {
|
||||
mindmap.removeLabel(label);
|
||||
//mindmapManager.saveMindmap(mindmap);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -451,7 +451,7 @@
|
||||
<h3><spring:message code="DELETE_MINDMAP"/></h3>
|
||||
</div>
|
||||
<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_MAPS_WARNING"/>
|
||||
</div>
|
||||
@ -475,7 +475,7 @@
|
||||
<h3><spring:message code="DELETE"/></h3>
|
||||
</div>
|
||||
<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"/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user