Commit d78dfceb authored by Ivan Tyagov's avatar Ivan Tyagov

Use CSS Id selector.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35530 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30a7ce16
......@@ -124,7 +124,8 @@
%(context.getPortalObject().getId(),\n
mode)" \n
i18n:translate="" \n
i18n:domain="ui">Add</button>\n
i18n:domain="ui"\n
id="add_new_tab_dialog_add_button">Add</button>\n
<button type="button"\n
tal:condition="python: mode==\'web_front\'"\n
tal:attributes="onclick python: \n
......@@ -135,7 +136,8 @@
context.getRelativeUrl(),\n
mode)" \n
i18n:translate="" \n
i18n:domain="ui">Add</button>\n
i18n:domain="ui"\n
id="add_new_tab_dialog_add_button">Add</button>\n
</div>\n
\n
<div id="rename_tab_dialog" \n
......@@ -156,6 +158,7 @@
<button type="button"\n
i18n:translate="" \n
i18n:domain="ui"\n
id="rename_tab_dialog_rename_button"\n
tal:attributes="onclick python: \'renameKnowledgePadToServer(\n
\\\'rename_tab_dialog\\\',\n
\\\'active_knowledge_pad_title\\\',\n
......
517
\ No newline at end of file
518
\ 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