* 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
* 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
<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>