Commit d65f9d17 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2007-09-19 yo

* Use absolute_url instead of absolute_url_path.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16465 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 22f033f1
......@@ -83,7 +83,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
<tal:block tal:define="form_action string:logged_in;\n
global form_id string:login_form;\n
js_list python: [\'%s/login_form.js\' % (here.portal_url.getPortalObject().absolute_url_path(), )]">\n
js_list python: [\'%s/login_form.js\' % (here.portal_url.getPortalObject().absolute_url(), )]">\n
<tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="main">\n
<div class="content login">\n
......
2007-09-19 yo
* Use absolute_url instead of absolute_url_path.
2007-09-17 Kazuhiko
* Revise design.
......
436
\ No newline at end of file
439
\ No newline at end of file
1.2.30
\ No newline at end of file
1.2.31
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment