We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa20fe commit 51ae283Copy full SHA for 51ae283
interface/web/client/templates/client_edit_info.htm
@@ -0,0 +1,30 @@
1
+<div class='page-header'>
2
+ <div>
3
+ <br />
4
+ <ul style='float: left;'>
5
+ <li>Company Name: Acme org</li>
6
+ <li>Contact Name: Sir. E. Example</li>
7
+ <li>E-mail: info@example.com</li>
8
+ <li>Phone: 000x111xxx</li>
9
+ <li>Address: ....</li>
10
+ <li></li>
11
+ </ul>
12
+ <ul style='float: right;'>
13
+ <li>Last panel login: ??</li>
14
+ <li>Billing status: ???</li>
15
+ <li>Action X</li>
16
17
18
+ </div>
19
+<tmpl_var name="dashlets">
20
+
21
+ <h1><tmpl_var name="list_head_txt"></h1>
22
+</div>
23
24
+<p><tmpl_var name="list_desc_txt"></p>
25
26
+ <legend>Client info</legend>
27
+<pre>
28
29
+<tmpl_var name="foo">
30
+</pre>
0 commit comments