Project

General

Profile

« Previous | Next » 

Revision 1124

Added by Matthias almost 15 years ago

Fixed missing language variable in form modul (Thanks to Argos)

View differences:

modify_field.php
115 115
	</tr>
116 116
	<?php } elseif($type == 'select' OR $type = 'radio' OR $type = 'checkbox') { ?>
117 117
	<tr>
118
		<td valign="top"><?php echo 'List'; ?>:</td>
118
		<td valign="top"><?php echo $TEXT['LIST_OPTIONS']; ?>:</td>
119 119
		<td>
120 120
			<?php
121 121
			$option_count = 0;

Also available in: Unified diff