[interchange-cvs] interchange - racke modified dist/lib/UI/pages/admin/item_option.html

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Jun 5 05:56:03 2002


User:      racke
Date:      2002-06-05 09:55:14 GMT
Modified:  dist/lib/UI/pages/admin item_option.html
Log:
merged changes 2.0.2.1 vs 2.0.2.2
+++ 2.0.2.2 +++
option type selection prepared for translation/German ones added

Revision  Changes    Path
2.2       +11 -12    interchange/dist/lib/UI/pages/admin/item_option.html


rev 2.2, prev_rev 2.1
Index: item_option.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/item_option.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- item_option.html	1 May 2002 21:56:34 -0000	2.1
+++ item_option.html	5 Jun 2002 09:55:13 -0000	2.2
@@ -160,12 +160,11 @@
 [if scratch ui_change_options]
 [then]
 <H2>
-        Select option type and/or
-        [if scratch ui_never_options]
-                enable
-        [else]
-                disable
-        [/else][/if] options
+[if scratch ui_never_options]
+[L]Select option type and/or enable options[/L]
+[else]
+[L]Select option type and/or disable options[/L]
+[/else][/if]
 </H2>
 
 [perl tables="[cgi mv_data_table]"]
@@ -198,12 +197,12 @@
 
 <FORM METHOD=POST ACTION="[area @@MV_PAGE@@]">
 <INPUT TYPE=HIDDEN NAME="item_id" VALUE="[cgi item_id]">
-<INPUT TYPE=RADIO NAME="setting" VALUE="none" [if scratch setting eq 'none']CHECKED[/if]> No Options<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="simple" [if scratch setting eq 'simple']CHECKED[/if]> Simple Options<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="matrix" [if scratch setting eq 'matrix']CHECKED[/if]> Matrix Options, one widget<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="matrix-separate" [if scratch setting eq 'matrix-separate']CHECKED[/if]> Matrix Options, separate widgets<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="modular" [if scratch setting eq 'modular']CHECKED[/if] > Modular Options<BR>
-[button text="Update" mv_check="Update"]
+<INPUT TYPE=RADIO NAME="setting" VALUE="none" [if scratch setting eq 'none']CHECKED[/if]> [L]No Options[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="simple" [if scratch setting eq 'simple']CHECKED[/if]> [L]Simple Options[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="matrix" [if scratch setting eq 'matrix']CHECKED[/if]> [L]Matrix Options, one widget[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="matrix-separate" [if scratch setting eq 'matrix-separate']CHECKED[/if]> [L]Matrix Options, separate widgets[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="modular" [if scratch setting eq 'modular']CHECKED[/if] > [L]Modular Options[/L]<BR>
+[button text="[L]Update[/L]" mv_check="[L]Update[/L]"]
 mv_todo=return
 mv_nextpage="@@MV_PAGE@@"
 [/button]