Mini fix du browser

This commit is contained in:
Alan Garcia 2013-07-17 15:47:19 +00:00
parent e97f84c79b
commit e85e0bca80
1 changed files with 3 additions and 3 deletions

View File

@ -573,7 +573,7 @@ else {
<br/> <br/>
<p> <p>
<span class="ina"><a href="bro_main.php?R=<?php echo $R; ?>&amp;showdirsize=1"><?php __("Show size of directories"); ?></a></span> <?php __("(slow)"); ?> <span class="ina"><a href="bro_main.php?R=<?php echo (($R)?$R:"/"); ?>&amp;showdirsize=1"><?php __("Show size of directories"); ?></a></span> <?php __("(slow)"); ?>
</p><p>&nbsp;</p><p> </p><p>&nbsp;</p><p>
<span class="ina"><?php <span class="ina"><?php
if ($hta->is_protected($R)) { if ($hta->is_protected($R)) {
@ -585,7 +585,7 @@ else {
?></span> <?php __("with a login and a password"); ?> ?></span> <?php __("with a login and a password"); ?>
</p><p> </p><p>
<span class="ina"> <span class="ina">
<a href="bro_tgzdown.php?dir=<?php echo $R; ?>"><?php __("Download this folder"); ?></a> <a href="bro_tgzdown.php?dir=<?php echo (($R)?$R:"/") ?>"><?php __("Download this folder"); ?></a>
</span> &nbsp; </span> &nbsp;
<?php printf(_("as a %s file"),$bro->l_tgz[$p["downfmt"]]); ?> <?php printf(_("as a %s file"),$bro->l_tgz[$p["downfmt"]]); ?>
</p> </p>
@ -594,7 +594,7 @@ else {
if ($id=$ftp->is_ftp($R)) { if ($id=$ftp->is_ftp($R)) {
?> ?>
<span class="ina"> <span class="ina">
<a href="ftp_edit.php?amp;id=<?php ehe($id); ?>"><?php __("Edit the ftp account"); ?></a> <a href="ftp_edit.php?id=<?php ehe($id); ?>"><?php __("Edit the ftp account"); ?></a>
</span> &nbsp; <?php __("that exists in this folder"); ?> </span> &nbsp; <?php __("that exists in this folder"); ?>
<?php <?php
} }