Changeset 2084
- Timestamp:
- 01/22/08 03:41:33 (11 months ago)
- Files:
-
- alternc/trunk/bureau/admin/bro_main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/bro_main.php
r2068 r2084 87 87 } 88 88 } 89 if ($actcopy) { 90 if (!$bro->CopyFile($d,$R,$actmoveto)) { 91 print $err->errstr(); 92 } 93 } 89 94 if ($actmove) { 90 95 if (!$bro->MoveFile($d,$R,$actmoveto)) { … … 176 181 <input type="submit" class="inb" name="actdel" value="<?php __("Delete"); ?>" /> 177 182 183 <input type="submit" class="inb" name="actcopy" value="<?php __("Copy"); ?>" /> 184 178 185 <input type="submit" class="inb" name="actrename" value="<?php __("Rename"); ?>" /> 179 186 180 <input type="submit" class="inb" name="actmove" value="<?php __("Move to"); ?>" /> : <input type="text" class="int" name="actmoveto" value="" />187 <input type="submit" class="inb" name="actmove" value="<?php __("Move/Copy to"); ?>" /> : <input type="text" class="int" name="actmoveto" value="" /> 181 188 <script type="text/javascript"> 182 189 <!--
