record order change functionality

This commit is contained in:
Serghey Rodin 2013-05-19 15:00:08 +03:00
commit 57c9816135
9 changed files with 107 additions and 0 deletions

View file

@ -98,6 +98,17 @@
<input type="text" size="20" class="vst-input" name="v_priority" <?php if (!empty($v_priority)) echo "value=".$v_priority; ?>>
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<?php print __('Record Number');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('internal');?>)</span>
</td>
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input" name="v_record_id" <?php if (!empty($v_record_id)) echo "value=".$v_record_id; ?>>
</td>
</tr>
</table>
<table class="data-col2">
<tr>