version 1.130, 2007/01/04 02:44:07
|
version 1.131, 2008/10/23 09:07:51
|
Line 1918 sub CreateInterface {
|
Line 1918 sub CreateInterface {
|
$Str .= '<nobr><label>'.&mt('Number of Plots [_1]',$numplots_selector). |
$Str .= '<nobr><label>'.&mt('Number of Plots [_1]',$numplots_selector). |
'</label></nobr>'; |
'</label></nobr>'; |
## |
## |
$Str .= '<nobr><label>'.&mt('Status: [_1]', |
$Str .= '<span class="LC_nobreak"><label>' |
'<input type="text" '. |
.&mt('Status: [_1]', |
'name="stats_status" size="60" value="" />' |
'<input type="text" name="stats_status"' |
). |
.' size="60" value="" readonly="readonly" />') |
'</label></nobr>'; |
.'</label></span>'; |
$Str .= '</td>'; |
$Str .= '</td>'; |
## |
## |
## |
## |