Customizing the panel layout

The HTML file that AVerify exports for each page type defines each of the fields within a standard two-column table layout. Each cell represents one field and contains a label, an image snippet, and an edit control.

The HTML within the image snippet and edit control cells contains code that cannot be modified.
Image snippet Edit control
<OBJECT style="WIDTH: 100%; HEIGHT: 30px" id=dcim_Pickup_Date title=Pickup_Date tabIndex=-1 codeBase="dcim.cab" classid=clsid:BA893287-8932-11D3-A0DB-58B204C16365 width=191 height=30> . . . </OBJECT><BR> <OBJECT onblur=reSetValue(me) style="BORDER-BOTTOM: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 99%; FONT-FAMILY: Arial; FONT- SIZE: 12pt; BORDER-TOP: gray 1px solid; BORDER-RIGHT: gray 1px solid" onkeydown=hkPress() id=txt_Pickup_Date language=vbscript class=AFlatEdit onfocus=Remember(me) title=Pickup_Date name=dcedit codeBase="dcim.cab" classid=clsid:D20D94B4-B85C-466C-B29B- 19B2ADAF60EC height=23> . . . </OBJECT></TD>
However, you can change the labels, rearrange the cells, remove the image snippets, and so on.
Important: When using application such as APT or TravelDoc, changing the zoom level of your Windows desktop to 150% may cause the layout of Invoice Number and Invoice Total fields, including the text labels, on the Static panel to be misaligned.

To customize the default panel layout:

  1. Open the HTML file in an HTML editor.
  2. Make the required modifications to the labels, layout, and so on.
  3. Save the file.