#344, longueur des champs telephone
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Jul 2006 22:04:48 +0000 (22:04 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Jul 2006 22:04:48 +0000 (22:04 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@659 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
templates/profil/adresses.tpl

index cdb8311..418c414 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,13 +71,16 @@ New:
 Bug/Wish:
 
     * Carnet:
-        - #435: Calendar contains yearly events for all the contacts       -FRU
+        - #435: Calendar contains yearly events for all the contacts.      -FRU
 
     * Emails:
-        - #426: Add an identification header in mails                      -FRU
+        - #426: Add an identification header in mails.                     -FRU
+
+    * Profile:
+        - #344: Tels can be bigger (up to 30 chars).                       -Car
 
     * Xnet:
-        - #426: Add an identification header in mails                      -FRU
+        - #426: Add an identification header in mails.                     -FRU
 
 From 0.9.10 Branch:
 
index 41186c2..71ccf28 100644 (file)
           <input type="hidden" name="new_tel{$tel.telid}[{$adrid}]" value="1"/>
         {/if}
         <span class="titre" onclick="this.style.display='none';var d = document.getElementById('tel_type{$adrid}_{$tel.telid}');d.style.display='inline';d.select();d.focus();">{$tel.tel_type}&nbsp;:</span>
-        <input id="tel_type{$adrid}_{$tel.telid}" style="display:none" type="text" size="5" maxlength="20" name="tel_type{$tel.telid}[{$adrid}]" value="{$tel.tel_type}"/>
+        <input id="tel_type{$adrid}_{$tel.telid}" style="display:none" type="text" size="5" maxlength="30" name="tel_type{$tel.telid}[{$adrid}]" value="{$tel.tel_type}"/>
       </td>
       <td>
         <input type="text" size="19" maxlength="28" name="tel{$tel.telid}[{$adrid}]" value="{$tel.tel}" />