Merge branch 'QA_4_6'
This commit is contained in:
commit
fec3043754
@ -4,25 +4,24 @@
|
||||
|
||||
<p>
|
||||
<?= __(
|
||||
'phpMyAdmin has encountered an error. We have collected data about'
|
||||
. ' this error as well as information about relevant configuration'
|
||||
. ' settings to send to the phpMyAdmin team to help us in'
|
||||
. ' debugging the problem.'
|
||||
'This report automatically includes data about the error and'
|
||||
. ' information about relevant configuration settings.'
|
||||
. ' It will be sent to the phpMyAdmin team for debugging the error.'
|
||||
) ?>
|
||||
</p>
|
||||
|
||||
<div class="label"><label><p>
|
||||
<?= __('You may examine the data in the error report:') ?>
|
||||
</p></label></div>
|
||||
<pre class="report-data"><?= htmlspecialchars($report_data) ?></pre>
|
||||
|
||||
<div class="label"><label><p>
|
||||
<?= __('Please explain the steps that lead to the error:') ?>
|
||||
</p></label>
|
||||
<div class="label"><label><strong>
|
||||
<?= __('Can you tell us the steps leading to this error? It decisively helps in debugging:') ?>
|
||||
</strong></label>
|
||||
</div>
|
||||
<textarea class="report-description" name="description"
|
||||
id="report_description"></textarea>
|
||||
|
||||
<div class="label"><label><p>
|
||||
<?= __('You may examine the data in the error report:') ?>
|
||||
</p></label></div>
|
||||
<pre class="report-data"><?= htmlspecialchars($report_data) ?></pre>
|
||||
|
||||
<input type="checkbox" name="always_send" id="always_send_checkbox" />
|
||||
<label for="always_send_checkbox">
|
||||
<?= __('Automatically send report next time') ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user