Themes/default/ManageLanguages.template.php 1 location
|
@@ 70-74 (lines=5) @@
|
| 67 |
|
// If the files are not writable, we might! |
| 68 |
|
if (!empty($context['still_not_writable'])) |
| 69 |
|
{ |
| 70 |
|
if (!empty($context['package_ftp']['error'])) |
| 71 |
|
echo ' |
| 72 |
|
<div class="errorbox"> |
| 73 |
|
', $context['package_ftp']['error'], ' |
| 74 |
|
</div>'; |
| 75 |
|
|
| 76 |
|
echo ' |
| 77 |
|
<div class="cat_bar"> |
Themes/default/Packages.template.php 1 location
|
@@ 696-700 (lines=5) @@
|
| 693 |
|
{ |
| 694 |
|
global $context, $txt, $scripturl; |
| 695 |
|
|
| 696 |
|
if (!empty($context['package_ftp']['error'])) |
| 697 |
|
echo ' |
| 698 |
|
<div class="errorbox"> |
| 699 |
|
<pre>', $context['package_ftp']['error'], '</pre> |
| 700 |
|
</div>'; |
| 701 |
|
|
| 702 |
|
echo ' |
| 703 |
|
<div id="admin_form_wrapper"> |