~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal

« back to all changes in this revision

Viewing changes to openerp/addons/base/report/mako_footer.html

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-woyy3yww8z6acmsk
Tags: upstream-6.1-1+dfsg
ImportĀ upstreamĀ versionĀ 6.1-1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<footer>
 
2
<table width="400" border="0" cellspacing="0" cellpadding="0">
 
3
        <tr>
 
4
                <td>
 
5
                        <hr width="100%" height="27.7">
 
6
                </td>
 
7
        </tr>
 
8
        <tr>
 
9
                <td>
 
10
                        % if company['rml_footer1']:
 
11
                                <p align = "center"><small><b>${company.rml_footer1}</b></small></br></p>
 
12
                        %endif
 
13
                </td>
 
14
        </tr>
 
15
        <tr>
 
16
                <td>
 
17
                        % if company['rml_footer2']:
 
18
                                <p align = "center"><small><b>${company.rml_footer2}</b></small></br></p>
 
19
                        %endif
 
20
                </td>
 
21
        </tr>
 
22
        <tr>
 
23
                <td>
 
24
                        % if user['name']:
 
25
                                <p align="center"><small><b>Contact : ${user.name}</b></small></p>
 
26
                        %endif
 
27
                </td>
 
28
        </tr>
 
29
</table>
 
30
</footer>