Changeset 9259
- Timestamp:
- 08/14/08 20:24:12 (4 months ago)
- Files:
-
- branches/0.8/jaws/html/gadgets/Blog/templates/CommentForm.html (modified) (1 diff)
- branches/0.8/jaws/html/gadgets/Chatbox/templates/Chatbox.html (modified) (1 diff)
- branches/0.8/jaws/html/gadgets/Contact/templates/Contact.html (modified) (1 diff)
- branches/0.8/jaws/html/gadgets/Phoo/templates/CommentForm.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Blog/templates/CommentForm.html
r9074 r9259 30 30 </p> 31 31 <!-- BEGIN captcha --> 32 <p><label>{lbl_captcha}:</label><span>{captcha} {captcha_msg}</span>{captchavalue}</p>32 <p><label>{lbl_captcha}:</label><span>{captcha}<small>{captcha_msg}</small></span>{captchavalue}</p> 33 33 <!-- END captcha --> 34 34 <p><label for="blog_comment_comments">{comments}:</label> branches/0.8/jaws/html/gadgets/Chatbox/templates/Chatbox.html
r9074 r9259 24 24 </p> 25 25 <!-- BEGIN captcha --> 26 <p><label>{lbl_captcha}:</label><span>{captcha} {captcha_msg}</span>{captchavalue}</p>26 <p><label>{lbl_captcha}:</label><span>{captcha}<small>{captcha_msg}</small></span>{captchavalue}</p> 27 27 <!-- END captcha --> 28 28 <p><label for="message{rand}">{message}:</label> branches/0.8/jaws/html/gadgets/Contact/templates/Contact.html
r9074 r9259 47 47 <!-- END address --> 48 48 <!-- BEGIN captcha --> 49 <p><label>{lbl_captcha}:</label><span>{captcha} {captcha_msg}</span>{captchavalue}</p>49 <p><label>{lbl_captcha}:</label><span>{captcha}<small>{captcha_msg}</small></span>{captchavalue}</p> 50 50 <!-- END captcha --> 51 51 <!-- BEGIN recipient --> branches/0.8/jaws/html/gadgets/Phoo/templates/CommentForm.html
r9074 r9259 31 31 </p> 32 32 <!-- BEGIN captcha --> 33 <p><label>{lbl_captcha}:</label><span>{captcha} {captcha_msg}</span>{captchavalue}</p>33 <p><label>{lbl_captcha}:</label><span>{captcha}<small>{captcha_msg}</small></span>{captchavalue}</p> 34 34 <!-- END captcha --> 35 35 <p><label for="phoo_comment_comments">{comments}:</label>
