summaryrefslogtreecommitdiff
path: root/templates/pt_BR/users.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pt_BR/users.tmpl')
-rw-r--r--templates/pt_BR/users.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pt_BR/users.tmpl b/templates/pt_BR/users.tmpl
index 5053f9015..f6c93116b 100644
--- a/templates/pt_BR/users.tmpl
+++ b/templates/pt_BR/users.tmpl
@@ -12,8 +12,8 @@
<TD>
<INPUT TYPE='TEXT' NAME='users' SIZE='60' VALUE='{?requesting_user_name_allowed}{?requesting_user_name_denied}'>
<BR>
-<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' {requesting_user_name_allowed?checked:}>Permitir que estes usu&aacute;rios imprimam
-<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?checked:}>Impedir que estes usu&aacute;rios imprimam
+<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' ID='requesting-user-name-allowed' {requesting_user_name_allowed?checked:}><LABEL FOR='requesting-user-name-allowed'>Permitir que estes usu&aacute;rios imprimam</LABEL>
+<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' ID='requesting-user-name-denied' {requesting_user_name_denied?checked:}><LABEL FOR='requesting-user-name-denied'>Impedir que estes usu&aacute;rios imprimam</LABEL>
</TD>
</TR>
<TR>