[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/value_b...

Antoine Farnault antoine at koha-fr.org
Fri Aug 11 18:15:24 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/11 16:15:24

Modified files:
	koha-tmpl/intranet-tmpl/default/en/value_builder: 
	                                                  unimarc_field_100.tmpl 

Log message:
	Add "ISO 10646 (Unicode)" for '100$a'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_100.tmpl?cvsroot=koha&r1=1.5&r2=1.6

Patches:
Index: unimarc_field_100.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_100.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- unimarc_field_100.tmpl	26 Oct 2005 09:17:07 -0000	1.5
+++ unimarc_field_100.tmpl	11 Aug 2006 16:15:24 -0000	1.6
@@ -454,7 +454,7 @@
 	</tr>
 
 	<tr>
-	<td>Jeux de caracteres (obligatoire) 1</td>
+	<td>Jeux de caracteres (obligatoire) 1 </td>
 		<td>
 			<select name="f12" size="1">
 	   <!-- TMPL_IF name="f12  " -->
@@ -504,6 +504,15 @@
 				<option value="06">ISO 6438
 	(caracteres africains codes)</option>
 			<!-- /TMPL_IF -->
+			<!-- TMPL_IF name="f1250" -->
+				<option value="50" SELECTED>ISO 10646
+					(UNICODE)
+				</option>
+			<!-- TMPL_ELSE -->
+				<option value="50">ISO 10646
+					(UNICODE)
+				</option>
+			<!-- /TMPL_IF -->
 			</select>
 		</td>
 
@@ -560,6 +569,15 @@
 				<option value="06">ISO 6438
 	(caracteres africains codes)</option>
 			<!-- /TMPL_IF -->
+			<!-- TMPL_IF name="f1250" -->
+				<option value="50" SELECTED>ISO 10646
+					(UNICODE)
+				</option>
+			<!-- TMPL_ELSE -->
+				<option value="50">ISO 10646
+					(UNICODE)
+				</option>
+			<!-- /TMPL_IF -->
 			</select>
 		</td>
 





More information about the Koha-cvs mailing list