summaryrefslogtreecommitdiff
path: root/templates/es/users.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/es/users.tmpl')
-rw-r--r--templates/es/users.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/es/users.tmpl b/templates/es/users.tmpl
index 3d24a5afe..200b4c227 100644
--- a/templates/es/users.tmpl
+++ b/templates/es/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 a estos usuarios imprimir
-<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?checked:}>Evitar que estos usuarios impriman
+<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 a estos usuarios imprimir</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'>Evitar que estos usuarios impriman</LABEL>
</TD>
</TR>
<TR>