bug 330, interface pour la suppression du nom d'usage plus claire
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 31 Jul 2005 03:52:51 +0000 (03:52 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 31 Jul 2005 03:52:51 +0000 (03:52 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@8 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
templates/nomusage.tpl

index e354b22..987003c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ New :
        * Xnet :
                - Groups can be non subscribable.                                                                       -Car
                
+Bug/Wish :
+
+       * Profile :
+               - #330: Interface to delete usage name is clearer.                                      -Car
+
 ================================================================================
 VERSION 0.9.8                                                                                                           18 Jul 2005
 
@@ -23,6 +28,7 @@ Bug/Wish :
        * Profile :
                - User can delete his own melix.                                                                        -Car
                - #328,329: bug fixes and direct acess to public fiche.                         -Car
+               - #331: antispam option didn't work with Safari.                                        -Car
 
        * Lists :
                - #318: Deletion of email with + in aliases.                                            -Car
index 42c8732..b99ba49 100644 (file)
         <td class="center"><input type="text" name="nom_usage" value="{$usage_old}" /></td>
       </tr>
       <tr>
-        <td class="center"><input type="submit" name="submit" value="Envoyer" /></td>
+        <td class="center">
+          {if !$usage_old}
+            <input type="submit" name="submit" value="Faire la demande" />
+          {else}
+            <input type="submit" name="submit" value="Modifier" />
+            <input type="submit" name="submit" value="Supprimer" onClick="this.form.nom_usage.value=''" />
+          {/if}
+        </td>
       </tr>
     </table>
   </form>