]> git.sur5r.net Git - bacula/docs/commitdiff
ebl change date format
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 7 Mar 2008 22:10:47 +0000 (22:10 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 7 Mar 2008 22:10:47 +0000 (22:10 +0000)
docs/home-page/en/pages/testimonial.php

index 1b20d29553b472008d416eb8de48a7556ee19639..b5d1cc7a1bcdc3cff2c4fc1c0c64ccbe096bef5c 100644 (file)
@@ -736,7 +736,7 @@ if ($_REQUEST['action'] == 'Modify') {
 
 } elseif (!$_REQUEST['action'] || $_REQUEST['action'] == 'ViewAll') {
 
-    echo "<br><br><a href='?page=testimonial&action=Add'>Add a testimonial</a><br><br>";
+    echo "<a href='?page=testimonial&action=Add'>Add your testimonial</a><br><br>";
     view_all();
 
 } elseif ($_REQUEST['action'] == 'AdminExport' && is_admin()) {
@@ -763,7 +763,7 @@ function view_all()
     $limit = $_REQUEST['limit'];
     $offset = $_REQUEST['offset'];
 
-    $limit = is_numeric($limit)?$limit:10;
+    $limit = is_numeric($limit)?$limit:5;
     $offset = is_numeric($offset)?$offset:0;
     $max = $offset + $limit;
 
@@ -1153,7 +1153,7 @@ function print_formul($formul)
    <td>
    <b><? echo ($formul['publish_orgname'])?$formul['org_name']:'N/A' ?></b><br>
    <table>
-   <tr><td> Date: </td><td><? echo date(DATE_RFC822, $formul['date']) ?> </td></tr>
+   <tr><td> Date: </td><td><? echo date('d/m/o', $formul['date']) ?> </td></tr>
    <tr><td> Location: </td><td><? $a = $formul['country_id'] ; echo $country_lst[$a] ?> </td></tr>
    <tr><td> Organization Type: </td><td><? echo $org_type_lst[$formul['orgtype_id']] ?> </td></tr>
    <tr><td> Industry/Function: </td><td><? echo $org_industry_lst[$formul['orgindustry_id']] ?> </td></tr>