Fossil SCM
Add the "Speakit" button to the /register page.
Commit
5a7d4494939f4acb561565b66446bdce10bee3d159d3ab5cb8de681d2b66c2b2
Parent
fb85d7b632e6606…
1 file changed
+3
-1
+3
-1
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -1715,11 +1715,13 @@ | ||
| 1715 | 1715 | if( iErrLine==5 ){ |
| 1716 | 1716 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1717 | 1717 | } |
| 1718 | 1718 | @ <tr> |
| 1719 | 1719 | @ <td class="form_label" align="right">Captcha:</td> |
| 1720 | - @ <td><input type="text" name="captcha" value="" size="30"></td> | |
| 1720 | + @ <td><input type="text" name="captcha" value="" size="30"> | |
| 1721 | + captcha_speakit_button(uSeed, "Speak the captcha text"); | |
| 1722 | + @ </td> | |
| 1721 | 1723 | @ </tr> |
| 1722 | 1724 | if( iErrLine==6 ){ |
| 1723 | 1725 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1724 | 1726 | } |
| 1725 | 1727 | @ <tr><td></td> |
| 1726 | 1728 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -1715,11 +1715,13 @@ | |
| 1715 | if( iErrLine==5 ){ |
| 1716 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1717 | } |
| 1718 | @ <tr> |
| 1719 | @ <td class="form_label" align="right">Captcha:</td> |
| 1720 | @ <td><input type="text" name="captcha" value="" size="30"></td> |
| 1721 | @ </tr> |
| 1722 | if( iErrLine==6 ){ |
| 1723 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1724 | } |
| 1725 | @ <tr><td></td> |
| 1726 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -1715,11 +1715,13 @@ | |
| 1715 | if( iErrLine==5 ){ |
| 1716 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1717 | } |
| 1718 | @ <tr> |
| 1719 | @ <td class="form_label" align="right">Captcha:</td> |
| 1720 | @ <td><input type="text" name="captcha" value="" size="30"> |
| 1721 | captcha_speakit_button(uSeed, "Speak the captcha text"); |
| 1722 | @ </td> |
| 1723 | @ </tr> |
| 1724 | if( iErrLine==6 ){ |
| 1725 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1726 | } |
| 1727 | @ <tr><td></td> |
| 1728 |