Skip to content

Commit

Permalink
Added attribute merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchenbecker committed Apr 4, 2009
1 parent f648f83 commit 6aee691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AddEntry extends StatefulSnippet {

bind("e", in,
"account" -> select(user.editable.map(acct => (acct.id.toString, acct.name)), Empty, id => account = id.toLong),
"dateOf" -> text("", date = _) % ("id" -> "entrydate") % ("maxlength" -> "10") % ("size" -> "10"),
"dateOf" -> text("", date = _) % ("size" -> "10"),
"desc" -> text("", desc = _),
"value" -> text("", value = _),
"receipt" -> fileUpload(fph => fileHolder = Full(fph)),
Expand Down
2 changes: 1 addition & 1 deletion PocketChange/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>Summary of accounts:</h2>
</tr>
<tr>
<td><e:account /></td>
<td><e:dateOf /></td>
<td><e:dateOf e:id="entrydate" e:maxlength="10"/></td>
<td><e:desc /></td>
<td><e:value /></td>
<td><e:receipt /></td>
Expand Down

0 comments on commit 6aee691

Please sign in to comment.