mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #2022 from xrousset78800/fix/add-warning-message-on-admin
Add warn message in admin
This commit is contained in:
@@ -323,7 +323,9 @@ div.switch_right.unchecked {
|
||||
#admin_setup_registry .form-horizontal .controls, #admin_setup_registry .form-horizontal .help-message {
|
||||
margin-left: 300px;
|
||||
}
|
||||
|
||||
.alert .close{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@import './databases';
|
||||
@import './fields';
|
||||
|
@@ -1,5 +1,10 @@
|
||||
<div id="admin-field-app" class="container-fluid">
|
||||
{# sbas_id is saved in the dom and used to fetch right models and collections #}
|
||||
<div class="alert alert-danger">
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<strong>{% trans %}Danger zone !{% endtrans %}</strong><br>
|
||||
<span>{% trans %}See documentation about structure manipulation.{% endtrans %}</span>
|
||||
</div>
|
||||
<input type="hidden" name="current_sbas_id" value="{{ sbas_id }}">
|
||||
<div class="row-fluid row-top">
|
||||
<div class="span4 save-block">
|
||||
|
Reference in New Issue
Block a user