summaryrefslogtreecommitdiff
path: root/templates/ru
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-08-29 06:12:06 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-08-29 06:12:06 +0000
commit7a0cbd5e5715d715c3fddfaace2f800ef820d328 (patch)
tree4f6b5042db1bbe7c1d262ec4eecbb8936a6a0f1f /templates/ru
parentee6ddad2570bbfe4ac3c3378b8765532b6d7cde5 (diff)
downloadcups-7a0cbd5e5715d715c3fddfaace2f800ef820d328.tar.gz
Import changes from CUPS 1.4.1 (r8801)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1649 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'templates/ru')
-rw-r--r--templates/ru/modify-class.tmpl1
-rw-r--r--templates/ru/option-boolean.tmpl2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/ru/modify-class.tmpl b/templates/ru/modify-class.tmpl
index 7e0fbfbfa..d596c9b3f 100644
--- a/templates/ru/modify-class.tmpl
+++ b/templates/ru/modify-class.tmpl
@@ -4,6 +4,7 @@
<FORM METHOD="POST" ACTION="/admin">
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
<TABLE>
<TR>
diff --git a/templates/ru/option-boolean.tmpl b/templates/ru/option-boolean.tmpl
index 1b352bb1f..e832ee102 100644
--- a/templates/ru/option-boolean.tmpl
+++ b/templates/ru/option-boolean.tmpl
@@ -1,6 +1,6 @@
<TR>
<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
<TD>
-{[choices]<INPUT TYPE="RADIO" NAME="{keyword}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}}
+{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}}
</TD>
</TR>