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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sat Dec 8 16:46:00 2001


User:      racke
Date:      2001-12-08 21:45:32 GMT
Modified:  dist/lib/UI/pages/admin Tag: STABLE_4_8-branch
Modified:           item_option.html
Log:
prepared for translation

Revision  Changes    Path
No                   revision



No                   revision



2.0.2.1   +10 -10    interchange/dist/lib/UI/pages/admin/item_option.html


rev 2.0.2.1, prev_rev 2.0
Index: item_option.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/item_option.html,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -r2.0 -r2.0.2.1
--- item_option.html	2001/07/18 02:22:00	2.0
+++ item_option.html	2001/12/08 21:45:32	2.0.2.1
@@ -100,7 +100,7 @@
         [either]
                 [cgi page_title]
         [or]
-        Item option editor: [data table="products" col="description" key="[cgi item_id]"] ([cgi item_id])
+        [L]Item option editor[/L]: [data table="products" col="description" key="[cgi item_id]"] ([cgi item_id])
         [/either]
 [/tmp]
 [tmp page_banner]
@@ -109,7 +109,7 @@
         [or]
                 [cgi page_title]
         [or]
-        Item option editor: <B>[data table="products" col="description" key="[cgi item_id]"]</B> ([cgi item_id])
+        [L]Item option editor[/L]: <B>[data table="products" col="description" key="[cgi item_id]"]</B> ([cgi item_id])
         [/either]
 [/tmp]
 [tmp help_name][either][cgi help_name][or]item.option[/either][/tmp]
@@ -220,26 +220,26 @@
 </tr>
 
 <tr class=rnorm>
-        <td class=clabel colspan=2>Option type:
+        <td class=clabel colspan=2>[L]Option type[/L]:
                 [if-loop-data @_MV_OPTION_TABLE_@ o_matrix]
-                        Matrix [tmp matrix_or_modular]1[/tmp]
+                        [L]Matrix[/L] [tmp matrix_or_modular]1[/tmp]
 					[if-loop-data @_MV_OPTION_TABLE_@ o_matrix == 2]
 							(separate widgets)
 					[/if-loop-data]
                 [/if-loop-data]
                 [if-loop-data @_MV_OPTION_TABLE_@ o_modular]
 					[if-loop-data !@_MV_OPTION_TABLE_@ o_matrix]
-                        Modular [tmp matrix_or_modular]1[/tmp]
+                        [L]Modular[/L] [tmp matrix_or_modular]1[/tmp]
 					[/if-loop-data]
                 [/if-loop-data]
                 [if !scratch matrix_or_modular]
-                        Simple
+                        [L]Simple[/L]
                 [/if]
 &nbsp; &nbsp; &nbsp;
                 [page href="@@MV_PAGE@@" form="
                         ui_change_options=1
                         item_id=[loop-code]
-                        "]Change</A><br>
+                        "][L]Change[/L]</A><br>
         </td>
 </tr>
 <tr class=rtitle>
@@ -251,12 +251,12 @@
 [/loop]
 
 [if type=data term="[cgi mv_data_table]::o_matrix::[cgi item_id]"]
-        [include include/item_option_matrix]
+        [include file="include/item_option_matrix" locale="[scratch mv_locale]"]
 [elsif type=data term="[cgi mv_data_table]::o_modular::[cgi item_id]"]
-        [include include/item_option_modular]
+        [include file="include/item_option_modular" locale="[scratch mv_locale]"]
 [/elsif]
 [else]
-        [include include/item_option_simple]
+        [include file="include/item_option_simple" locale="[scratch mv_locale]"]
 [/else]
 [/if]