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 @@ ...@@ -124,7 +124,8 @@
%(context.getPortalObject().getId(),\n %(context.getPortalObject().getId(),\n
mode)" \n mode)" \n
i18n:translate="" \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 <button type="button"\n
tal:condition="python: mode==\'web_front\'"\n tal:condition="python: mode==\'web_front\'"\n
tal:attributes="onclick python: \n tal:attributes="onclick python: \n
...@@ -135,7 +136,8 @@ ...@@ -135,7 +136,8 @@
context.getRelativeUrl(),\n context.getRelativeUrl(),\n
mode)" \n mode)" \n
i18n:translate="" \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 </div>\n
\n \n
<div id="rename_tab_dialog" \n <div id="rename_tab_dialog" \n
...@@ -156,6 +158,7 @@ ...@@ -156,6 +158,7 @@
<button type="button"\n <button type="button"\n
i18n:translate="" \n i18n:translate="" \n
i18n:domain="ui"\n i18n:domain="ui"\n
id="rename_tab_dialog_rename_button"\n
tal:attributes="onclick python: \'renameKnowledgePadToServer(\n tal:attributes="onclick python: \'renameKnowledgePadToServer(\n
\\\'rename_tab_dialog\\\',\n \\\'rename_tab_dialog\\\',\n
\\\'active_knowledge_pad_title\\\',\n \\\'active_knowledge_pad_title\\\',\n
......
517 518
\ No newline at end of file \ 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