Move all warning text in L10n + frio: make warning closable

This commit is contained in:
Jonny Tischbein 2018-11-25 08:32:05 +01:00
parent 38838173b1
commit 3af59eaba4
3 changed files with 5 additions and 4 deletions

View File

@ -1493,7 +1493,7 @@ function admin_page_site(App $a)
'$worker_title' => L10n::t('Worker'),
'$relay_title' => L10n::t('Message Relay'),
'$relocate' => L10n::t('Relocate Instance'),
'$relocate_warning' => L10n::t('Advanced function. Could make this server unreachable.'),
'$relocate_warning' => L10n::t('Warning! Advanced function. Could make this server unreachable.'),
'$baseurl' => System::baseUrl(true),
// name, label, value, help string, extra data...
'$sitename' => ['sitename', L10n::t("Site name"), Config::get('config', 'sitename'),''],

View File

@ -171,7 +171,7 @@
<form action="{{$baseurl}}/admin/site" method="post">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
<h3>{{$relocate}}</h3>
<b>Warning! {{$relocate_warning}}</b>
<b>{{$relocate_warning}}</b>
{{include file="field_input.tpl" field=$relocate_url}}
<input type="hidden" name="page_site" value="{{$submit|escape:'html'}}">
<div class="submit"><input type="submit" name="relocate" value="{{$relocate_button|escape:'html'}}" /></div>

View File

@ -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">&times;</a>
<b>{{$relocate_warning}}</b>
</div>
{{* separate form for relocate... *}}
<form action="{{$baseurl}}/admin/site" method="post">