diff options
Diffstat (limited to 'templates/Spanish_Letter-timecard.html')
-rwxr-xr-x | templates/Spanish_Letter-timecard.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/templates/Spanish_Letter-timecard.html b/templates/Spanish_Letter-timecard.html index 4001a6cc..bc12ea2f 100755 --- a/templates/Spanish_Letter-timecard.html +++ b/templates/Spanish_Letter-timecard.html @@ -1,16 +1,16 @@ <body bgcolor=ffffff> -<table width=100%> +<table width=100 ?> <tr> <td width=10> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <td> <h4> - <%company%> - <br><%address%> + <?lsmb company ?> + <br><?lsmb address ?> </h4> </td> @@ -18,8 +18,8 @@ <td align=right> <h4> - Tel: <%tel%> - <br>Fax: <%fax%> + Tel: <?lsmb tel ?> + <br>Fax: <?lsmb fax ?> </h4> </td> </tr> @@ -44,11 +44,11 @@ <table> <tr> <th align=left>Employee</th> - <td><%employee%></td> + <td><?lsmb employee ?></td> </tr> <tr> <th align=left>ID</th> - <td><%employee_id%></td> + <td><?lsmb employee_id ?></td> </tr> </table> </td> @@ -57,23 +57,23 @@ <table> <tr> <th align=left nowrap>Card ID</th> - <td><%id%></td> + <td><?lsmb id ?></td> </tr> <tr> <th align=left nowrap>Date Worked</th> - <td><%transdate%></td> + <td><?lsmb transdate ?></td> </tr> <tr> <th align=left nowrap>Time In</th> - <td><%checkedin%></td> + <td><?lsmb checkedin ?></td> </tr> <tr> <th align=left>Time Out</th> - <td><%checkedout%></td> + <td><?lsmb checkedout ?></td> </tr> <tr> <th align=left nowrap>Hours Worked</th> - <td><%qty%></td> + <td><?lsmb qty ?></td> </tr> </table> </td> @@ -88,25 +88,25 @@ <td> </td> <td> - <table width=100%> + <table width=100 ?> <tr valign=bottom> <td> <table> <tr valign=top> <th align=left>Project/Job #</th> - <td><%projectnumber%></td> + <td><?lsmb projectnumber ?></td> </tr> <tr> <th align=left>Description</th> - <td><%projectdescription%></td> + <td><?lsmb projectdescription ?></td> </tr> <tr valign=top> <th align=left>Labor/Service Code</th> - <td><%partnumber%></td> + <td><?lsmb partnumber ?></td> </tr> <tr> <th align=left>Description</th> - <td><%description%></td> + <td><?lsmb description ?></td> </tr> </table> </td> @@ -114,11 +114,11 @@ <table> <tr> <th align=right>Unit Rate</th> - <td><%sellprice%></td> + <td><?lsmb sellprice ?></td> </tr> <tr> <th align=right>Total</th> - <td><%total%></td> + <td><?lsmb total ?></td> </tr> </table> </td> @@ -127,17 +127,17 @@ </td> </tr> -<%if notes%> +<?lsmb if notes ?> <tr height=5></tr> <tr> <td> </td> <td> - <%notes%> + <?lsmb notes ?> </td> </tr> -<%end notes%> +<?lsmb end notes ?> </table> |