Revision 7956
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
293 | 293 |
<div class="control-group"> |
294 | 294 |
<label class="control-label" for="origZip">Postal Code</label> |
295 | 295 |
<div class="controls"> |
296 |
<input type="text" name="origZip" id="origZip" value="[%origZip%]">
|
|
296 |
<input type="text" name="origZIP" id="origZip" value="[%origZIP%]">
|
|
297 | 297 |
</div> |
298 | 298 |
</div> |
299 | 299 |
<div class="control-group"> |
Also available in: Unified diff
use correct input name for "origZIP"