Changeset 2085
- Timestamp:
- 01/22/08 04:06:45 (11 months ago)
- Files:
-
- alternc/trunk/bureau/admin/bro_main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/bro_main.php
r2084 r2085 181 181 <input type="submit" class="inb" name="actdel" value="<?php __("Delete"); ?>" /> 182 182 183 <input type="submit" class="inb" name="actcopy" value="<?php __("Copy"); ?>" />184 185 183 <input type="submit" class="inb" name="actrename" value="<?php __("Rename"); ?>" /> 186 184 187 <input type="submit" class="inb" name="actmove" value="<?php __("Move/Copy to"); ?>" /> : <input type="text" class="int" name="actmoveto" value="" /> 185 <input type="submit" class="inb" name="actcopy" value="<?php __("Copy to"); ?>" /> 186 187 <input type="submit" class="inb" name="actmove" value="<?php __("Move to"); ?>" /> : <input type="text" class="int" name="actmoveto" value="" /> 188 188 <script type="text/javascript"> 189 189 <!--
