It looks like you're offline.
Open Library logo
additional options menu

/upstream/templates/books/edit.tmpl → Diff

Added
Modified
Removed
Not changed
Revision 61 by webchick December 24, 2009
Revision 62 by webchick December 24, 2009
body
0 $def with (work, edition=None) 0 $def with (work, edition=None)
... ...
63                $ author_name = author and author.name 63                $ author_name = author and author.name
64                <input name="author" class="required author" type="text" id="author" value="$author_name" onBlur="\$('#find_matching_authors(#matchAuthor)').customFadeIn()" /> 64                <input name="author" class="required author" type="text" id="author" value="$author_name" onBlur="\$('#matchAuthor').customFadeIn()" />
65            </div> 65            </div>
... ...
143 </div> 143 </div>