Fixed list name edition

Monotone-Parent: 54243eeb6085ffe6094d96ff0078ed1f6855d3d9
Monotone-Revision: dfc37996359ac82f92b30c492175c516f038aa35

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-17T13:21:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert 2009-09-17 13:21:10 +00:00
parent 8727c5a74d
commit fb0edf7b5b
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2009-09-17 Cyril Robert <crobert@inverse.ca>
* UI/Contacts/UIxListEditor.m: Renamed "name" to "listName"
2009-09-16 Ludovic Marcotte <lmarcotte@inverse.ca> 2009-09-16 Ludovic Marcotte <lmarcotte@inverse.ca>
* Updated the ICSimport text to be more specific * Updated the ICSimport text to be more specific

View file

@ -38,11 +38,11 @@
@implementation UIxListEditor @implementation UIxListEditor
- (NSString *) name - (NSString *) listName
{ {
return [list fn]; return [list fn];
} }
- (void) setName: (NSString *) newName - (void) setListName: (NSString *) newName
{ {
[list setFn: newName]; [list setFn: newName];
} }

View file

@ -19,10 +19,10 @@
<div id="listEditor"> <div id="listEditor">
<h3><var:string label:value="List details" /></h3> <h3><var:string label:value="List details" /></h3>
<table><tr><td width="20%"><var:string label:value="List name:"/></td> <table><tr><td width="20%"><var:string label:value="List name:"/></td>
<td><input type="text" const:id="name" const:name="name" <td><input type="text" const:id="listName" const:name="listName"
var:value="name" class="textField" /></td></tr> var:value="listName" class="textField" /></td></tr>
<tr><td><var:string label:value="List nickname:"/></td> <tr><td><var:string label:value="List nickname:"/></td>
<td><input type="text" const:id="nickname" const:name="nickname" <td><input type="text" const:id="nicktname" const:name="nickname"
var:value="nickname" class="textField" /></td></tr> var:value="nickname" class="textField" /></td></tr>
<tr><td><var:string label:value="List description:"/></td> <tr><td><var:string label:value="List description:"/></td>
<td><input type="text" const:id="description" const:name="description" <td><input type="text" const:id="description" const:name="description"