Move all warning text in L10n + frio: make warning closable
This commit is contained in:
parent
38838173b1
commit
3af59eaba4
3 changed files with 5 additions and 4 deletions
|
@ -351,8 +351,9 @@
|
|||
</h4>
|
||||
</div>
|
||||
<div id="admin-settings-relocate-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-relocate">
|
||||
<div class="alert alert-danger">
|
||||
<b>WARNING!</b> {{$relocate_warning}}
|
||||
<div class="alert alert-danger alert-dismissible">
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<b>{{$relocate_warning}}</b>
|
||||
</div>
|
||||
{{* separate form for relocate... *}}
|
||||
<form action="{{$baseurl}}/admin/site" method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue