Show
Ignore:
Timestamp:
07/23/08 20:31:01 (4 months ago)
Author:
hsbt
Message:

add label tag in edit form.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/notify_twitter.rb

    r14422 r16136  
    6969        end 
    7070        <<-HTML 
    71         <div class="twitter.notify"> 
    72         <input type="checkbox" name="twitter.notify" value="true"#{checked} tabindex="400"> 
     71        <div class="twitter.notify"><label for="twitter.notify"> 
     72        <input type="checkbox" id="twitter.notify" name="twitter.notify" value="true"#{checked} tabindex="400"> 
    7373        Post the update to Twitter 
     74        </label> 
    7475        </div> 
    7576        HTML