PluginProbe
ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce / 1.2.6
ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce v1.2.6
1.17.9 1.17.8 1.17.7 1.17.6 1.17.5 1.17.4 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.3.0 1.3.1 1.3.11 1.3.12 1.3.13 1.3.14 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 143 releases
erp / includes / admin / views / locations.php

locations.php in ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce 1.2.6, at includes/admin/views/locations.php

67 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wrap">
2
3 <h2><?php _e( 'Company Locations', 'erp' ); ?></h2>
4
5 <table class="table table-details">
6 <tbody>
7 <tr>
8 <td class="name"><?php _e( 'Filing Address', 'erp' ); ?></td>
9 <td class="value">
10
11 <address>
12 2600 NW 36th St<br>
13
14 75th Avenue<br>
15
16 Miami, FL 33142
17 <br>
18 <abbr title="Phone">P:</abbr> <span>305-591-7424</span><br>
19 </address>
20
21 </td>
22 </tr>
23 <tr>
24 <td class="name"><?php _e( 'Mailing Address', 'erp' ); ?></td>
25 <td class="value">
26
27 <address>
28 2600 NW 36th St<br>
29
30 75th Avenue<br>
31
32 Miami, FL 33142
33 <br>
34 <abbr title="Phone">P:</abbr> <span>305-591-7424</span><br>
35 </address>
36
37 </td>
38 </tr>
39 </tbody>
40 </table>
41
42 <h2><?php _e( 'All Company Locations', 'erp' ); ?></h2>
43
44 <table class="table table-details">
45 <tbody>
46 <tr>
47 <td class="name">Location #1</td>
48 <td class="value">
49 <address>
50 2600 NW 36th St<br>
51
52 75th Avenue<br>
53
54 Miami, FL 33142
55 <br>
56 <abbr title="Phone">P:</abbr> <span>305-591-7424</span>
57
58 <br><abbr title="Fax">F:</abbr> <span>305-591-7424</span>
59
60 </address>
61 </td>
62 </tr>
63 </tbody>
64 </table>
65
66 </div>
67