diff --git a/vtdirektmarketing.php b/vtdirektmarketing.php index b0a05ae..62c15a0 100755 --- a/vtdirektmarketing.php +++ b/vtdirektmarketing.php @@ -21,6 +21,10 @@ text-align: right; } + .text-left { + text-align: left; + } + .color-l { color: #aaa; } .color-n { color: #888; } .color-d { color: #555; } @@ -88,6 +92,10 @@ margin-bottom: 15px; } + .amount-summary { + margin-right: -5px; + } + @@ -99,26 +107,23 @@
:
-client_name; ?>
+
:
+
+ client_name; ?>
client_address_1) {
echo $invoice->client_address_1 . '
';
} ?>
client_address_2) {
echo $invoice->client_address_2 . '
';
} ?>
- client_city) {
- echo $invoice->client_city . ' ';
- } ?>
client_zip) {
- echo $invoice->client_zip . '
';
+ echo $invoice->client_zip . ' ';
} ?>
- client_state) {
- echo $invoice->client_state . '
';
+ client_city) {
+ echo $invoice->client_city . '
';
} ?>
-
client_phone) { ?>
- P:client_phone; ?>
+ Tel: client_phone; ?>
user_address_1) {
echo $invoice->user_address_1 . '
';
@@ -138,21 +141,20 @@
user_address_2) {
echo $invoice->user_address_2 . '
';
} ?>
- user_city) {
- echo $invoice->user_city . ' ';
+ user_zip) {
+ echo $invoice->user_zip . ' ';
} ?>
- user_zip) {
- echo $invoice->user_zip . '
';
- } ?>
- user_state) {
- echo $invoice->user_state . '
';
+ user_city) {
+ echo $invoice->user_city . '
';
} ?>
+
+ user_tax_code) {
+ echo '
-
invoice_terms); ?> @@ -302,4 +279,4 @@ |