diff options
author | ArthurHoaro <arthur@hoa.ro> | 2021-01-19 11:35:42 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2021-01-19 11:35:42 +0100 |
commit | 8fbc29de0252c462884605d4f691b6746e524fc9 (patch) | |
tree | 2a96f377c962717cdb9e7133312f0ff3b7bd29e6 /tpl/default/editlink.batch.html | |
parent | 544bbdaf8399c7a9e3c1e8b880e6f0a2fa15a769 (diff) | |
download | Shaarli-8fbc29de0252c462884605d4f691b6746e524fc9.tar.gz Shaarli-8fbc29de0252c462884605d4f691b6746e524fc9.tar.zst Shaarli-8fbc29de0252c462884605d4f691b6746e524fc9.zip |
Fix: bulk add - use unique HTML ID
Use links loop ID to make ID unique and fix browser labels behaviour.
Fixes #1685
Diffstat (limited to 'tpl/default/editlink.batch.html')
-rw-r--r-- | tpl/default/editlink.batch.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/default/editlink.batch.html b/tpl/default/editlink.batch.html index b1f8e5bd..973a5ccc 100644 --- a/tpl/default/editlink.batch.html +++ b/tpl/default/editlink.batch.html | |||
@@ -20,6 +20,7 @@ | |||
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | {loop="$links"} | 22 | {loop="$links"} |
23 | {$batchId=$key} | ||
23 | {include="editlink"} | 24 | {include="editlink"} |
24 | {/loop} | 25 | {/loop} |
25 | 26 | ||