Changeset 2699 for alternc/trunk/bureau/admin/bro_main.php
- Timestamp:
- 05/24/10 14:08:10 (3 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/admin/bro_main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/admin/bro_main.php
r2678 r2699 529 529 <p> 530 530 <span class="ina"><a href="bro_main.php?R=<?php echo $R; ?>&showdirsize=1"><?php __("Show size of directories"); ?></a></span> <?php __("(slow)"); ?> 531 </p><p> 531 </p><p> </p><p> 532 532 <span class="ina"><?php 533 533 if ($hta->is_protected($R)) { … … 544 544 <?php printf(_("as a %s file"),$bro->l_tgz[$p["downfmt"]]); ?> 545 545 </span> 546 </p><p> 546 </p> 547 <?php 548 549 if ($id=$ftp->is_ftp($R)) { 550 ?> 551 <span class="ina"> 552 <a href="ftp_edit.php?id=<?php ehe($id); ?>"><?php __("Edit the ftp account"); ?></a> 553 </span> <?php __("that exists in this folder"); ?> 554 <?php 555 } 556 else { 557 ?> 558 <span class="ina"> 559 <a href="ftp_add.php?dir=<?php ehe($R); ?>"><?php __("Create an ftp account in this folder"); ?></a> 560 </span> 561 <?php 562 } 563 564 ?> 565 <p> </p> 566 <p> 547 567 <span class="ina"> 548 568 <a href="bro_pref.php"><?php __("Configure the file editor"); ?></a> 549 569 </span> 550 </p> 551 <?php 552 553 if ($id=$ftp->is_ftp($R)) { 554 ?> 555 <span class="ina"> 556 <a href="ftp_edit.php?id=<?php ehe($id); ?>"><?php __("Edit the ftp account"); ?></a> 557 </span> <?php __("that exists in this folder"); ?> 558 <?php 559 } 560 else { 561 ?> 562 <span class="ina"> 563 <a href="ftp_add.php?dir=<?php ehe($R); ?>"><?php __("Create an ftp account in this folder"); ?></a> 564 </span> 565 <?php 566 } 567 568 ?> 569 570 </p> 570 571 </td></tr></table> 571 572 <?php include_once("foot.php"); ?>
Note: See TracChangeset
for help on using the changeset viewer.
