~unifield-team/unifield-web/web_aio_24

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/login.mako

  • Committer: Amit Mendapara
  • Date: 2010-09-15 17:46:36 UTC
  • Revision ID: mendapara.amit@gmail.com-20100915174636-buuy20mo0jjoodgy
[FIX] package name issues (bug #628835)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                                                        <tr>
59
59
                                                            <td></td>
60
60
                                                            <td class="db_login_buttons">
61
 
                                                                    % if cp.config('dbbutton.visible', 'openobject-web'):
 
61
                                                                    % if cp.config('dbbutton.visible', 'openerp-web'):
62
62
                                                                        <button type="button" class="static_boxes" tabindex="-1" onclick="location.href='${py.url('/openerp/database')}'">${_("Databases")}</button>
63
63
                                                                    % endif
64
64
                                                                    <button type="submit" class="static_boxes">${_("Login")}</button>