]> git.sur5r.net Git - bacula/docs/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 6 Mar 2008 21:28:42 +0000 (21:28 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 6 Mar 2008 21:28:42 +0000 (21:28 +0000)
docs/home-page/en/pages/testimonial.php

index d81420bfad721e51073d0d7349b806aced76934b..525ee1fa7a9ac024a04d6b014b644fa70be479d8 100644 (file)
@@ -583,8 +583,8 @@ we find the need.
 
 </table>
 <?
-
-} elseif ($_REQUEST['action'] == 'Modify') {
+}
+if ($_REQUEST['action'] == 'Modify') {
    $filename = get_file_from_id();
 
    if (!$filename) {
@@ -747,8 +747,6 @@ we find the need.
 
     if ($limit > 20) { $limit = 20 ;}
 
-    echo "<a href='?page=testimonial&action=Add'>Add a testimonial</a><br><br>";
-
     if ($handle = opendir($dat_dir)) {
     /* Ceci est la facon correcte de traverser un dossier. */
             $i = 0 ;
@@ -765,6 +763,7 @@ we find the need.
             } 
             closedir($handle);
     }
+    echo "<br><br><a href='?page=testimonial&action=Add'>Add a testimonial</a><br><br>";
 
 } elseif ($_REQUEST['action'] == 'AdminExport' && is_admin()) {
 
@@ -834,7 +833,7 @@ function send_email($id, $email)
 
         // The message
         $message = "Hello, 
-You can modify your new testimonial at http://www.bacula.org/?page=testimonial&action=Modify&id=$id
+You can modify your new testimonial at http://www.bacula.org/en/?page=testimonial&action=Modify&id=$id
 
 Best regards.
 ";