File tree Expand file tree Collapse file tree
src/collective/exportimport/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Changelog
551.16 (unreleased)
66-----------------
77
8+ - Fix HTML markup inconsistency in import_content.pt.
9+ [thet]
810- Notify the comment creation to have them indexed in the catalog
911 [erral]
1012- fix html: Don't fail if a tag does not have some attributes.
Original file line number Diff line number Diff line change 5151 </tal : block >
5252
5353 <div class =" field mb-3" >
54- <label for =" include_blobs " i18n : translate =" " >Handle existing content</label >
54+ <label for =" handle_existing_content " i18n : translate =" " >Handle existing content</label >
5555 <span class =" formHelp" i18n : translate =" " >
5656 How should content be handled that exists with the same id/path?
5757 </span >
5858 <div class =" widget" >
59- <select name =" handle_existing_content" class =" " >
59+ <select id = " handle_existing_content " name =" handle_existing_content" class =" " >
6060 <option value =" 0"
6161 tal : repeat =" current python:view.handle_existing_content_options"
6262 tal : attributes =" value python: current[0];
You can’t perform that action at this time.
0 commit comments