[dw-free] Entry and subject on new update page having a title creates tooltips
[commit: http://hg.dwscoalition.org/dw-free/rev/6fc4bb9bb5b3]
http://bugs.dwscoalition.org/show_bug.cgi?id=4392
Remove title (tooltip on hover) from subject and entry boxes on beta update
page.
Patch by
kaberett.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4392
Remove title (tooltip on hover) from subject and entry boxes on beta update
page.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- views/entry/form.tt
-------------------------------------------------------------------------------- diff -r dad8938e94cd -r 6fc4bb9bb5b3 views/entry/form.tt --- a/views/entry/form.tt Thu Jul 12 15:48:23 2012 +0800 +++ b/views/entry/form.tt Thu Jul 12 17:02:37 2012 +0800 @@ -213,7 +213,6 @@ labelclass = "invisible" placeholder = placeholder - title = title ) -%] </div> @@ -231,7 +230,6 @@ labelclass = "invisible" placeholder = placeholder - title = title ) -%] </div> </fieldset> --------------------------------------------------------------------------------