diff options
author | Michael Sweet <msweet@msweet-imac.local> | 2016-03-15 10:40:21 -0400 |
---|---|---|
committer | Michael Sweet <msweet@msweet-imac.local> | 2016-03-15 10:40:21 -0400 |
commit | 1a18c85cd15c6af88ec2c3a5ece0d67add6f56a7 (patch) | |
tree | 4968073dde318aa6b65647ddc403a9dbc1e8836b /templates/cs/option-boolean.tmpl | |
parent | b60086f8ae7ff126ecb97cf6d400d6d4a5c6f571 (diff) | |
download | cups-1a18c85cd15c6af88ec2c3a5ece0d67add6f56a7.tar.gz |
Import CUPS v2.0b1release-2.0b1
Diffstat (limited to 'templates/cs/option-boolean.tmpl')
-rw-r--r-- | templates/cs/option-boolean.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/cs/option-boolean.tmpl b/templates/cs/option-boolean.tmpl deleted file mode 100644 index e832ee102..000000000 --- a/templates/cs/option-boolean.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -<TR> -<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH> -<TD> -{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}} -</TD> -</TR> |