Fix #502: aka <=> alias
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 14 Oct 2006 18:43:19 +0000 (18:43 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 14 Oct 2006 18:43:19 +0000 (18:43 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@978 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
include/wiki/farmconfig.php
templates/fiche.tpl

index fd38456..9a6d096 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@ Bug/Wish:
         - #473: Use 'événement' instead of 'évènement'.                    -FRU
         - #475: More understandable bug report form.                       -FRU
 
+    * Profile:
+        - #502: Use 'alias' instead of 'aka' to specify the nickname       -FRU
+
 From 0.9.11 branch:
 
     * Core:
index ee13e1a..115d3c3 100644 (file)
@@ -89,7 +89,7 @@ function doPlatalLink($link, $text)
         $row = $res->fetchOneAssoc();
         $text = $row['prenom'] . ' ' . $row['nom'] . ' X' . $row['promo'];
         if ($row['surnom']) {
-            $text .= ' (aka ' . $row['surnom'] . ')';
+            $text .= ' (alias ' . $row['surnom'] . ')';
         }
     }
     return '<a href="profile/' . $link . '" class="popup2">' . $text . '</a>';
index 78689f7..916ca5a 100644 (file)
@@ -43,7 +43,7 @@ function chgMainWinLoc( strPage ) {
         {if $x.sexe}&bull;{/if}
         {$x.prenom} {if $x.nom_usage eq ""}{$x.nom}{else}{$x.nom_usage} ({$x.nom}){/if}
         {if $logged}
-        {if $x.nickname} (aka {$x.nickname}){/if}&nbsp;
+        {if $x.nickname} (alias {$x.nickname}){/if}&nbsp;
         <a href="vcard/{$x.forlife}.vcf">{*
           *}{icon name=vcard title="Afficher la carte de visite"}</a>
         {if !$x.is_contact}