|
|
@@ -140,14 +140,9 @@
|
|
|
<input type="text" size="20" class="vst-input" name="v_ttl" value="<?=htmlentities(trim($v_ttl, "'"))?>">
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
- <td class="vst-text input-label">
|
|
|
- <?php print __('Record Number');?> <span class="optional">(<?=__('internal');?>)</span>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
<tr>
|
|
|
<td>
|
|
|
- <input type="text" size="20" class="vst-input" name="v_record_id" value="<?=htmlentities(trim($v_record_id, "'"))?>">
|
|
|
+ <input type="hidden" size="20" class="vst-input" name="v_record_id" value="<?=htmlentities(trim($v_record_id, "'"))?>">
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|