Change html b to strong
This commit is contained in:
parent
3af59eaba4
commit
5e577ed133
|
@ -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>{{$relocate_warning}}</b>
|
||||
<strong>{{$relocate_warning}}</strong>
|
||||
{{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>
|
||||
|
|
|
@ -353,7 +353,7 @@
|
|||
<div id="admin-settings-relocate-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-relocate">
|
||||
<div class="alert alert-danger alert-dismissible">
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<b>{{$relocate_warning}}</b>
|
||||
<strong>{{$relocate_warning}}</strong>
|
||||
</div>
|
||||
{{* separate form for relocate... *}}
|
||||
<form action="{{$baseurl}}/admin/site" method="post">
|
||||
|
|
Loading…
Reference in a new issue