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
maint-2.0.2
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>
* Updated the ICSimport text to be more specific

View File

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

View File

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