Changeset 1873
- Timestamp:
- 08/23/07 07:52:35 (1 year ago)
- Files:
-
- alternc/trunk/bureau/admin/bro_main.php (modified) (3 diffs)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po (modified) (1 diff)
- alternc/trunk/debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/bro_main.php
r1762 r1873 58 58 case 2: // act vaut Supprimer Copier ou Renommer. 59 59 if ($actdel) { 60 if ($del_confirm == _("Yes")) {60 if ($del_confirm != "") { 61 61 if (!$bro->DeleteFile($d,$R)) { 62 62 print $err->errstr(); 63 63 } 64 } elseif (!$cancel){64 } elseif (!$cancel){ 65 65 include("head.php"); 66 66 ?> … … 72 72 <input type="hidden" name="actdel" value="1" /> 73 73 <input type="hidden" name="R" value="<?php echo $R?>" /> 74 <p class="error"><?php __("WARNING : Confirm the deletion of this files"); ?></p>74 <p class="error"><?php __("WARNING: Confirm the deletion of this files"); ?></p> 75 75 <?php foreach($d as $file){ ?> 76 76 <p><?php echo stripslashes($file); ?></p> … … 85 85 </html> 86 86 <?php 87 die();87 exit(); 88 88 } 89 89 } alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po
r1857 r1873 2206 2206 #~ msgid "<-No Password->" 2207 2207 #~ msgstr "<-Aucun mot de passe->" 2208 2209 msgid "WARNING: Confirm the deletion of this files" 2210 msgstr "ATTENTION : Confirmez la suppression de ces fichiers" 2211 alternc/trunk/debian/changelog
r1871 r1873 1 1 alternc (0.9.6.4) stable; urgency=low 2 * fixes profftp configuration for Etch 3 * fixes .eu.be.name whois issue 4 * change apache log format to a working one (using host request), also fix awstats issues. 2 3 * Confirm file deletion in the browser (#1718) 4 * fixes dns install of internal hosting domains (#1056) 5 * fixes profftp configuration for Etch (#1046) 6 * fixes .eu.be.name whois issue (#571) 7 * change apache log format to a working one (using host request), also fix awstats issues. 5 8 6 9 -- Benjamin Sonntag <benjamin@alternc.org> Tue, 23 May 2007 00:07:54 +0200
