reverted UIxListEditor.wox

pull/45/head
Alexandre Cloutier 2014-07-16 10:37:27 -04:00
parent 89d116363c
commit 17319cc8dd
1 changed files with 62 additions and 67 deletions

View File

@ -20,21 +20,16 @@
<form var:href="saveURL" name="editform" id="mainForm">
<div id="listEditor">
<span class="caption"><var:string label:value="List details" /></span>
<table class="frame">
<tr>
<td width="35%"><var:string label:value="List name:"/></td>
<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" 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" var:value="description" class="textField" /></td></tr>
<table class="frame"><tr><td width="35%"><var:string label:value="List name:"/></td>
<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"
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"
var:value="description" class="textField" /></td></tr>
</table>
<span class="caption"><var:string label:value="Members" /></span>
<table class="frame"><tr><td>
<div id="referenceListWrapper">