[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Tracker tabular: Fix links to Tracker Import-Export when not in sefurl
"Adrien Mbuya Maloba \(@adrienmaloba\) via TikiWiki-cvs" <[email protected]> Tue, 04 Aug 2026 13:56:37 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a71ef9569101_3889dfa0777e4@gitlab-sidekiq-low-urgency-cpu-bound-v2-f9d75b8fc-tdmgp.mail> |
--===============1005726735184057381==
Content-Type: multipart/alternative;
boundary="--==_mimepart_6a71ef9559c8_3889dfa077684";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_6a71ef9559c8_3889dfa077684
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Adrien Mbuya Maloba pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
b4bdee12 by Josaphat Imani at 2026-08-04T16:40:26+03:00
[FIX] Tracker tabular: Fix links to Tracker Import-Export when not in sefurl
---
* Fix trk import-export item
* use variable substitution to avoid chopping the strings in middle of sentences
* [FIX] Tracker tabular: Make it work without sefurl
See merge request tikiwiki/tiki!10241
- - - - -
2 changed files:
- templates/tracker/export.tpl
- templates/tracker/import_items.tpl
Changes:
=====================================
templates/tracker/export.tpl
=====================================
@@ -6,8 +6,12 @@
{block name="content"}
{remarksbox type="warning" title="{tr}Deprecated{/tr}"}
- {tr}To export tracker or tracker items please{/tr} <a href="tiki-admin.php?page=trackers&highlight=tracker_tabular_enabled" class="alert-link" target="_blank" title="{tr}enable{/tr}">{tr}enable{/tr}</a> {tr}and use{/tr} <a href="tiki-tabular-manage" class="alert-link" target="_blank" title="{tr}Tracker Import-Export{/tr}">{tr}Tracker Import-Export{/tr}</a>. {tr}It is easy to use, optimised and far more powerful.{/tr}
- {tr}For complete documentation, please visit{/tr} <a href="https://doc.tiki.org/Tracker-Tabular" class="alert-link" target="_blank" title="{tr}Tracker Import-Export{/tr}"> {tr}Tracker Import-Export{/tr} {icon name="documentation"}</a>
+ {capture assign=tabularLink}
+ <a href="{service controller=tabular action=manage}" class="alert-link" target="_blank">Tracker Import-Export</a>
+ {/capture}
+ {tr _0='<a href="tiki-admin.php?page=trackers&highlight=tracker_tabular_enabled" class="alert-link" target="_blank">' _1='</a>' _2=$tabularLink _3='</a>'}To export a tracker or tracker items, please %0enable%1 and use %2Tracker Import-Export%3. It is easy to use, optimized, and far more powerful.{/tr}
+
+ {tr _0='<a href="https://doc.tiki.org/Tracker-Tabular" class="alert-link" target="_blank">' _1='</a>'}For complete documentation, please visit %0Tracker Import-Export%1.{/tr}
{/remarksbox}
{accordion}
{accordion_group title="{tr}Export Tracker Items{/tr}"}
=====================================
templates/tracker/import_items.tpl
=====================================
@@ -19,8 +19,16 @@
{/if}
<form class="no-ajax" action="{service controller=tracker action=import_items trackerId=$trackerId}" method="post" enctype="multipart/form-data">
{remarksbox type="warning" title="{tr}Deprecated{/tr}"}
- {tr}To import items into a tracker please{/tr} <a href="tiki-admin.php?page=trackers&highlight=tracker_tabular_enabled" class="alert-link" target="_blank" title="{tr}enable{/tr}">{tr}enable{/tr}</a> {tr}and use{/tr} <a href="tiki-tabular-manage" class="alert-link" target="_blank" title="{tr}Tracker Import-Export{/tr}">{tr}Tracker Import-Export{/tr}</a>. {tr}It is easy to use, optimised and far more powerful.{/tr}
- {tr}For complete documentation, please visit{/tr} <a href="https://doc.tiki.org/Tracker-Tabular" class="alert-link" target="_blank" title="{tr}Tracker Import-Export{/tr}"> {tr}Tracker Import-Export{/tr} {icon name="documentation"}</a>
+ {capture assign=tabularLink}
+ <a href="{service controller=tabular action=manage}" class="alert-link" target="_blank">Tracker Import-Export</a>
+ {/capture}
+ {tr _0='<a href="tiki-admin.php?page=trackers&highlight=tracker_tabular_enabled" class="alert-link" target="_blank" title="enable">' _1='</a>' _2=$tabularLink _3='</a>'}To import items into a tracker, please %0enable%1 and use %2Tracker Import-Export%3. It is easy to use, optimized, and far more powerful.{/tr}
+
+ {capture assign=docIcon}
+ {icon name="documentation"}
+ {/capture}
+
+ {tr _0='<a href="https://doc.tiki.org/Tracker-Tabular" class="alert-link" target="_blank" title="Tracker Import-Export">' _1=$docIcon _2='</a>'}For complete documentation, please visit %0Tracker Import-Export%1%2.{/tr}
{/remarksbox}
{remarksbox type="note" title="{tr}Note{/tr}"}
<ul>
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b4bdee1233e7d4eeb4fad634b72df80693860508
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b4bdee1233e7d4eeb4fad634b72df80693860508
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
----==_mimepart_6a71ef9559c8_3889dfa077684
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www=
.w3.org/TR/REC-html40/loose.dtd">
<html lang=3D"en" style=3D'--code-editor-font: var(--default-mono-font, "=
GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, =
Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospac=
e;'>
<head>
<meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=
<title>
GitLab
</title>
<style data-premailer=3D"ignore" type=3D"text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: hsla(0,0%,100%,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Ro=
boto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Colo=
r Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size=
: inherit;
}
</style>
</head>
<body style=3D'font-size: inherit; -webkit-text-shadow: hsla(0,0%,100%,.0=
1) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"=
Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif=
,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji=
";'>
<div class=3D"content">
<h3 style=3D"margin-top: 20px; margin-bottom: 10px;">
Adrien Mbuya Maloba pushed to branch master at <a href=3D"https://gitlab.=
com/tikiwiki/tiki">Tiki Wiki CMS Groupware / Tiki</a>
</h3>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.com/tikiwik=
i/tiki/-/commit/b4bdee1233e7d4eeb4fad634b72df80693860508">b4bdee12</a></s=
trong>
<div>
<span> by Josaphat Imani </span> <i> at 2026-08-04T16:40:26+03:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[FIX] Tracker tabul=
ar: Fix links to Tracker Import-Export when not in sefurl
---
* Fix trk import-export item
* use variable substitution to avoid chopping the strings in middle of se=
ntences
* [FIX] Tracker tabular: Make it work without sefurl
See merge request tikiwiki/tiki!10241
</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
2 changed files:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"#d5d0daae73de0b30ecaf77720e9c43a58243f536">
templates/tracker/export.tpl
</a>
</li>
<li class=3D"file-stats">
<a href=3D"#1c4e88ffab13ccfe461b14a32f6d4dfecb25aded">
templates/tracker/import_items.tpl
</a>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Changes:
</h4>
<li id=3D"d5d0daae73de0b30ecaf77720e9c43a58243f536">
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/b4bdee1233e7d4eeb4fa=
d634b72df80693860508#d5d0daae73de0b30ecaf77720e9c43a58243f536"><strong st=
yle=3D"font-weight: 600;">templates/tracker/export.tpl</strong></a>
<hr style=3D"overflow: hidden; border: 1px solid #dcdcde;">
<table class=3D"code white" style=3D"border-spacing: 0; border-collapse: =
collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor=3D=
"#ffffff" width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
6" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px;=
border-right-color: #ececef; border-right-style: solid; padding: inherit=
;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
6" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px;=
border-right-color: #ececef; border-right-style: solid; padding: inherit=
;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -6,8 +6,12 @@</td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"6" style=3D"width=
: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-col=
or: #ececef; border-right-style: solid; padding: inherit;" align=3D"right=
" bgcolor=3D"#fbfafd">
6
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"6" style=3D"width=
: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-col=
or: #ececef; border-right-style: solid; padding: inherit;" align=3D"right=
" bgcolor=3D"#fbfafd">
6
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"7" style=3D"width=
: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-col=
or: #ececef; border-right-style: solid; padding: inherit;" align=3D"right=
" bgcolor=3D"#fbfafd">
7
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"7" style=3D"width=
: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-col=
or: #ececef; border-right-style: solid; padding: inherit;" align=3D"right=
" bgcolor=3D"#fbfafd">
7
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"><span class=3D"k" style=3D"font-weight: 600;"=
>{</span><span class=3D"nb" style=3D"color: #0086b3;">block</span> <span =
class=3D"na" style=3D"color: #008080;">name</span><span class=3D"o" style=
=3D"font-weight: 600;">=3D</span><span class=3D"s2" style=3D"color: #dd11=
44;">"content"</span><span class=3D"k" style=3D"font-weight: 600;">}</spa=
n></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"8" style=3D"width=
: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-col=
or: #ececef; border-right-style: solid; padding: inherit;" align=3D"right=
" bgcolor=3D"#fbfafd">
8
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"8" style=3D"width=
: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-col=
or: #ececef; border-right-style: solid; padding: inherit;" align=3D"right=
" bgcolor=3D"#fbfafd">
8
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"k" style=3D"font-weight: 6=
00;">{</span><span class=3D"na" style=3D"color: #008080;">remarksbox</spa=
n> <span class=3D"na" style=3D"color: #008080;">type</span><span class=3D=
"o" style=3D"font-weight: 600;">=3D</span><span class=3D"s2" style=3D"col=
or: #dd1144;">"warning"</span> <span class=3D"na" style=3D"color: #008080=
;">title</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><s=
pan class=3D"s2" style=3D"color: #dd1144;">"{tr}Deprecated{/tr}"</span><s=
pan class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"9" style=3D"w=
idth: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right=
-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"r=
ight" bgcolor=3D"#f9d7dc">
9
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"9" style=3D"w=
idth: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right=
-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"r=
ight" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</spa=
n>To export tracker or tracker items please<span class=3D"k" style=3D"fon=
t-weight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr<=
/span><span class=3D"k" style=3D"font-weight: 600;">}</span> <span class=3D=
"nt" style=3D"color: #000080;"><a</span> <span class=3D"na" style=3D"c=
olor: #008080;">href=3D</span><span class=3D"s" style=3D"color: #dd1144;"=
>"tiki-admin.php?page=3Dtrackers&highlight=3Dtracker_tabular_enabled"=
</span> <span class=3D"na" style=3D"color: #008080;">class=3D</span><span=
class=3D"s" style=3D"color: #dd1144;">"alert-link"</span> <span class=3D=
"na" style=3D"color: #008080;">target=3D</span><span class=3D"s" style=3D=
"color: #dd1144;">"_blank"</span> <span class=3D"na" style=3D"color: #008=
080;">title=3D</span><span class=3D"s" style=3D"color: #dd1144;">"</span>=
<span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" =
style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight=
: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">enable</span>=
<span class=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na"=
style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weigh=
t: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">"</span><spa=
n class=3D"nt" style=3D"color: #000080;">></span><span class=3D"k" sty=
le=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #0080=
80;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span>enabl=
e<span class=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na=
" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weig=
ht: 600;">}</span><span class=3D"nt" style=3D"color: #000080;"></a>=
</span> <span class=3D"k" style=3D"font-weight: 600;">{</span><span class=
=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"fon=
t-weight: 600;">}</span>and use<span class=3D"k" style=3D"font-weight: 60=
0;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</span><span =
class=3D"k" style=3D"font-weight: 600;">}</span> <span class=3D"nt" style=
=3D"color: #000080;"><a</span> <span class=3D"na" style=3D"color: #008=
080;">href=3D</span><span class=3D"s" style=3D"color: #dd1144;">"tiki-tab=
ular-manage"</span> <span class=3D"na" style=3D"color: #008080;">class=3D=
</span><span class=3D"s" style=3D"color: #dd1144;">"alert-link"</span> <s=
pan class=3D"na" style=3D"color: #008080;">target=3D</span><span class=3D=
"s" style=3D"color: #dd1144;">"_blank"</span> <span class=3D"na" style=3D=
"color: #008080;">title=3D</span><span class=3D"s" style=3D"color: #dd114=
4;">"</span><span class=3D"k" style=3D"font-weight: 600;">{</span><span c=
lass=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D=
"font-weight: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">T=
racker Import-Export</span><span class=3D"k" style=3D"font-weight: 600;">=
{/</span><span class=3D"na" style=3D"color: #008080;">tr</span><span clas=
s=3D"k" style=3D"font-weight: 600;">}</span><span class=3D"s" style=3D"co=
lor: #dd1144;">"</span><span class=3D"nt" style=3D"color: #000080;">><=
/span><span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D=
"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-w=
eight: 600;">}</span>Tracker Import-Export<span class=3D"k" style=3D"font=
-weight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</=
span><span class=3D"k" style=3D"font-weight: 600;">}</span><span class=3D=
"nt" style=3D"color: #000080;"></a></span>. <span class=3D"k" style=
=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080=
;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span>It is e=
asy to use, optimised and far more powerful.<span class=3D"k" style=3D"fo=
nt-weight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr=
</span><span class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"10" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
10
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"9" style=3D"w=
idth: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right=
-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"r=
ight" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</spa=
n>For complete documentation, please visit<span class=3D"k" style=3D"font=
-weight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</=
span><span class=3D"k" style=3D"font-weight: 600;">}</span> <span class=3D=
"nt" style=3D"color: #000080;"><a</span> <span class=3D"na" style=3D"c=
olor: #008080;">href=3D</span><span class=3D"s" style=3D"color: #dd1144;"=
>"https://doc.tiki.org/Tracker-Tabular"</span> <span class=3D"na" style=3D=
"color: #008080;">class=3D</span><span class=3D"s" style=3D"color: #dd114=
4;">"alert-link"</span> <span class=3D"na" style=3D"color: #008080;">targ=
et=3D</span><span class=3D"s" style=3D"color: #dd1144;">"_blank"</span> <=
span class=3D"na" style=3D"color: #008080;">title=3D</span><span class=3D=
"s" style=3D"color: #dd1144;">"</span><span class=3D"k" style=3D"font-wei=
ght: 600;">{</span><span class=3D"na" style=3D"color: #008080;">tr</span>=
<span class=3D"k" style=3D"font-weight: 600;">}</span><span class=3D"s" s=
tyle=3D"color: #dd1144;">Tracker Import-Export</span><span class=3D"k" st=
yle=3D"font-weight: 600;">{/</span><span class=3D"na" style=3D"color: #00=
8080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span><sp=
an class=3D"s" style=3D"color: #dd1144;">"</span><span class=3D"nt" style=
=3D"color: #000080;">></span> <span class=3D"k" style=3D"font-weight: =
600;">{</span><span class=3D"na" style=3D"color: #008080;">tr</span><span=
class=3D"k" style=3D"font-weight: 600;">}</span>Tracker Import-Export<sp=
an class=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na" st=
yle=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight: =
600;">}</span> <span class=3D"k" style=3D"font-weight: 600;">{</span><spa=
n class=3D"na" style=3D"color: #008080;">icon</span> <span class=3D"na" s=
tyle=3D"color: #008080;">name</span><span class=3D"o" style=3D"font-weigh=
t: 600;">=3D</span><span class=3D"s2" style=3D"color: #dd1144;">"document=
ation"</span><span class=3D"k" style=3D"font-weight: 600;">}</span><span =
class=3D"nt" style=3D"color: #000080;"></a></span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"9" style=3D"w=
idth: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right=
-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"r=
ight" bgcolor=3D"#ddfbe6">
9
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"nb" style=3D"color=
: #0086b3;">capture</span> <span class=3D"nb" style=3D"color: #0086b3;">a=
ssign</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span=
class=3D"na" style=3D"color: #008080;">tabularLink</span><span class=3D"=
k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"10" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
10
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span cla=
ss=3D"nt" style=3D"color: #000080;"><a</span> <span class=3D"na" style=
=3D"color: #008080;">href=3D</span><span class=3D"s" style=3D"color: #dd1=
144;">"</span><span class=3D"k" style=3D"font-weight: 600;">{</span><span=
class=3D"na" style=3D"color: #008080;">service</span> <span class=3D"na"=
style=3D"color: #008080;">controller</span><span class=3D"o" style=3D"fo=
nt-weight: 600;">=3D</span><span class=3D"na" style=3D"color: #008080;">t=
abular</span> <span class=3D"na" style=3D"color: #008080;">action</span><=
span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"na"=
style=3D"color: #008080;">manage</span><span class=3D"k" style=3D"font-w=
eight: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">"</span>=
<span class=3D"na" style=3D"color: #008080;">class=3D</span><span class=3D=
"s" style=3D"color: #dd1144;">"alert-link"</span> <span class=3D"na" styl=
e=3D"color: #008080;">target=3D</span><span class=3D"s" style=3D"color: #=
dd1144;">"_blank"</span><span class=3D"nt" style=3D"color: #000080;">>=
</span>Tracker Import-Export<span class=3D"nt" style=3D"color: #000080;">=
</a></span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
11
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{/</span><span class=3D"nb" style=3D"colo=
r: #0086b3;">capture</span><span class=3D"k" style=3D"font-weight: 600;">=
}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"12" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
12
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span> <span class=3D"na" style=3D"color: #008080;">_0</sp=
an><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D=
"s1" style=3D"color: #dd1144;">'<a href=3D"tiki-admin.php?page=3Dtrack=
ers&highlight=3Dtracker_tabular_enabled" class=3D"alert-link" target=3D=
"_blank">'</span> <span class=3D"na" style=3D"color: #008080;">_1</spa=
n><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"=
s1" style=3D"color: #dd1144;">'</a>'</span> <span class=3D"na" styl=
e=3D"color: #008080;">_2</span><span class=3D"o" style=3D"font-weight: 60=
0;">=3D</span><span class=3D"nv" style=3D"color: #008080;">$tabularLink</=
span> <span class=3D"na" style=3D"color: #008080;">_3</span><span class=3D=
"o" style=3D"font-weight: 600;">=3D</span><span class=3D"s1" style=3D"col=
or: #dd1144;">'</a>'</span><span class=3D"k" style=3D"font-weight: =
600;">}</span>To export a tracker or tracker items, please %0enable%1 and=
use %2Tracker Import-Export%3. It is easy to use, optimized, and far mor=
e powerful.<span class=3D"k" style=3D"font-weight: 600;">{/</span><span c=
lass=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D=
"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"13" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
13
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"11" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"14" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
14
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span> <span class=3D"na" style=3D"color: #008080;">_0</sp=
an><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D=
"s1" style=3D"color: #dd1144;">'<a href=3D"https://doc.tiki.org/Tracke=
r-Tabular" class=3D"alert-link" target=3D"_blank">'</span> <span class=
=3D"na" style=3D"color: #008080;">_1</span><span class=3D"o" style=3D"fon=
t-weight: 600;">=3D</span><span class=3D"s1" style=3D"color: #dd1144;">'&=
lt;/a>'</span><span class=3D"k" style=3D"font-weight: 600;">}</span>Fo=
r complete documentation, please visit %0Tracker Import-Export%1.<span cl=
ass=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na" style=3D=
"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">=
}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"11" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
11
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"15" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
15
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"k" style=3D"font-weight: 6=
00;">{/</span><span class=3D"na" style=3D"color: #008080;">remarksbox</sp=
an><span class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"12" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
12
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"16" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
16
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"><span class=3D"k" style=3D"font-weight: 600;"=
>{</span><span class=3D"na" style=3D"color: #008080;">accordion</span><sp=
an class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"13" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
13
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"17" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
17
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"k" style=3D"font-weight: 6=
00;">{</span><span class=3D"na" style=3D"color: #008080;">accordion_group=
</span> <span class=3D"na" style=3D"color: #008080;">title</span><span cl=
ass=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"s2" style=3D=
"color: #dd1144;">"{tr}Export Tracker Items{/tr}"</span><span class=3D"k"=
style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
</table>
<br>
</li>
<li id=3D"1c4e88ffab13ccfe461b14a32f6d4dfecb25aded">
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/b4bdee1233e7d4eeb4fa=
d634b72df80693860508#1c4e88ffab13ccfe461b14a32f6d4dfecb25aded"><strong st=
yle=3D"font-weight: 600;">templates/tracker/import_items.tpl</strong></a>=
<hr style=3D"overflow: hidden; border: 1px solid #dcdcde;">
<table class=3D"code white" style=3D"border-spacing: 0; border-collapse: =
collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor=3D=
"#ffffff" width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
19" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px=
; border-right-color: #ececef; border-right-style: solid; padding: inheri=
t;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
19" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px=
; border-right-color: #ececef; border-right-style: solid; padding: inheri=
t;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -19,8 +19,16 @@</td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"19" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
19
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"19" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
19
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"><span class=3D"k" style=3D"font-weight: 600;"=
>{/</span><span class=3D"nb" style=3D"color: #0086b3;">if</span><span cla=
ss=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"20" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
20
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"20" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
20
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"><span class=3D"nt" style=3D"color: #000080;">=
<form</span> <span class=3D"na" style=3D"color: #008080;">class=3D</sp=
an><span class=3D"s" style=3D"color: #dd1144;">"no-ajax"</span> <span cla=
ss=3D"na" style=3D"color: #008080;">action=3D</span><span class=3D"s" sty=
le=3D"color: #dd1144;">"</span><span class=3D"k" style=3D"font-weight: 60=
0;">{</span><span class=3D"na" style=3D"color: #008080;">service</span> <=
span class=3D"na" style=3D"color: #008080;">controller</span><span class=3D=
"o" style=3D"font-weight: 600;">=3D</span><span class=3D"na" style=3D"col=
or: #008080;">tracker</span> <span class=3D"na" style=3D"color: #008080;"=
>action</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><sp=
an class=3D"na" style=3D"color: #008080;">import_items</span> <span class=
=3D"na" style=3D"color: #008080;">trackerId</span><span class=3D"o" style=
=3D"font-weight: 600;">=3D</span><span class=3D"nv" style=3D"color: #0080=
80;">$trackerId</span><span class=3D"k" style=3D"font-weight: 600;">}</sp=
an><span class=3D"s" style=3D"color: #dd1144;">"</span> <span class=3D"na=
" style=3D"color: #008080;">method=3D</span><span class=3D"s" style=3D"co=
lor: #dd1144;">"post"</span> <span class=3D"na" style=3D"color: #008080;"=
>enctype=3D</span><span class=3D"s" style=3D"color: #dd1144;">"multipart/=
form-data"</span><span class=3D"nt" style=3D"color: #000080;">></span>=
</span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"21" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
21
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"21" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
21
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"k" style=3D"font-weight: 6=
00;">{</span><span class=3D"na" style=3D"color: #008080;">remarksbox</spa=
n> <span class=3D"na" style=3D"color: #008080;">type</span><span class=3D=
"o" style=3D"font-weight: 600;">=3D</span><span class=3D"s2" style=3D"col=
or: #dd1144;">"warning"</span> <span class=3D"na" style=3D"color: #008080=
;">title</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><s=
pan class=3D"s2" style=3D"color: #dd1144;">"{tr}Deprecated{/tr}"</span><s=
pan class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"22" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
22
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"22" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</spa=
n>To import items into a tracker please<span class=3D"k" style=3D"font-we=
ight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</spa=
n><span class=3D"k" style=3D"font-weight: 600;">}</span> <span class=3D"n=
t" style=3D"color: #000080;"><a</span> <span class=3D"na" style=3D"col=
or: #008080;">href=3D</span><span class=3D"s" style=3D"color: #dd1144;">"=
tiki-admin.php?page=3Dtrackers&highlight=3Dtracker_tabular_enabled"</=
span> <span class=3D"na" style=3D"color: #008080;">class=3D</span><span c=
lass=3D"s" style=3D"color: #dd1144;">"alert-link"</span> <span class=3D"n=
a" style=3D"color: #008080;">target=3D</span><span class=3D"s" style=3D"c=
olor: #dd1144;">"_blank"</span> <span class=3D"na" style=3D"color: #00808=
0;">title=3D</span><span class=3D"s" style=3D"color: #dd1144;">"</span><s=
pan class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" st=
yle=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight: =
600;">}</span><span class=3D"s" style=3D"color: #dd1144;">enable</span><s=
pan class=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na" s=
tyle=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight:=
600;">}</span><span class=3D"s" style=3D"color: #dd1144;">"</span><span =
class=3D"nt" style=3D"color: #000080;">></span><span class=3D"k" style=
=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080=
;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span>enable<=
span class=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na" =
style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight=
: 600;">}</span><span class=3D"nt" style=3D"color: #000080;"></a></=
span> <span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D=
"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-w=
eight: 600;">}</span>and use<span class=3D"k" style=3D"font-weight: 600;"=
>{/</span><span class=3D"na" style=3D"color: #008080;">tr</span><span cla=
ss=3D"k" style=3D"font-weight: 600;">}</span> <span class=3D"nt" style=3D=
"color: #000080;"><a</span> <span class=3D"na" style=3D"color: #008080=
;">href=3D</span><span class=3D"s" style=3D"color: #dd1144;">"tiki-tabula=
r-manage"</span> <span class=3D"na" style=3D"color: #008080;">class=3D</s=
pan><span class=3D"s" style=3D"color: #dd1144;">"alert-link"</span> <span=
class=3D"na" style=3D"color: #008080;">target=3D</span><span class=3D"s"=
style=3D"color: #dd1144;">"_blank"</span> <span class=3D"na" style=3D"co=
lor: #008080;">title=3D</span><span class=3D"s" style=3D"color: #dd1144;"=
>"</span><span class=3D"k" style=3D"font-weight: 600;">{</span><span clas=
s=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"fo=
nt-weight: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">Trac=
ker Import-Export</span><span class=3D"k" style=3D"font-weight: 600;">{/<=
/span><span class=3D"na" style=3D"color: #008080;">tr</span><span class=3D=
"k" style=3D"font-weight: 600;">}</span><span class=3D"s" style=3D"color:=
#dd1144;">"</span><span class=3D"nt" style=3D"color: #000080;">></spa=
n><span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na=
" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weig=
ht: 600;">}</span>Tracker Import-Export<span class=3D"k" style=3D"font-we=
ight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</spa=
n><span class=3D"k" style=3D"font-weight: 600;">}</span><span class=3D"nt=
" style=3D"color: #000080;"></a></span>. <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span>It is easy=
to use, optimised and far more powerful.<span class=3D"k" style=3D"font-=
weight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</s=
pan><span class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"23" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
23
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"22" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</spa=
n>For complete documentation, please visit<span class=3D"k" style=3D"font=
-weight: 600;">{/</span><span class=3D"na" style=3D"color: #008080;">tr</=
span><span class=3D"k" style=3D"font-weight: 600;">}</span> <span class=3D=
"nt" style=3D"color: #000080;"><a</span> <span class=3D"na" style=3D"c=
olor: #008080;">href=3D</span><span class=3D"s" style=3D"color: #dd1144;"=
>"https://doc.tiki.org/Tracker-Tabular"</span> <span class=3D"na" style=3D=
"color: #008080;">class=3D</span><span class=3D"s" style=3D"color: #dd114=
4;">"alert-link"</span> <span class=3D"na" style=3D"color: #008080;">targ=
et=3D</span><span class=3D"s" style=3D"color: #dd1144;">"_blank"</span> <=
span class=3D"na" style=3D"color: #008080;">title=3D</span><span class=3D=
"s" style=3D"color: #dd1144;">"</span><span class=3D"k" style=3D"font-wei=
ght: 600;">{</span><span class=3D"na" style=3D"color: #008080;">tr</span>=
<span class=3D"k" style=3D"font-weight: 600;">}</span><span class=3D"s" s=
tyle=3D"color: #dd1144;">Tracker Import-Export</span><span class=3D"k" st=
yle=3D"font-weight: 600;">{/</span><span class=3D"na" style=3D"color: #00=
8080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span><sp=
an class=3D"s" style=3D"color: #dd1144;">"</span><span class=3D"nt" style=
=3D"color: #000080;">></span> <span class=3D"k" style=3D"font-weight: =
600;">{</span><span class=3D"na" style=3D"color: #008080;">tr</span><span=
class=3D"k" style=3D"font-weight: 600;">}</span>Tracker Import-Export<sp=
an class=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na" st=
yle=3D"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight: =
600;">}</span> <span class=3D"k" style=3D"font-weight: 600;">{</span><spa=
n class=3D"na" style=3D"color: #008080;">icon</span> <span class=3D"na" s=
tyle=3D"color: #008080;">name</span><span class=3D"o" style=3D"font-weigh=
t: 600;">=3D</span><span class=3D"s2" style=3D"color: #dd1144;">"document=
ation"</span><span class=3D"k" style=3D"font-weight: 600;">}</span><span =
class=3D"nt" style=3D"color: #000080;"></a></span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"22" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
22
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"nb" style=3D"color=
: #0086b3;">capture</span> <span class=3D"nb" style=3D"color: #0086b3;">a=
ssign</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span=
class=3D"na" style=3D"color: #008080;">tabularLink</span><span class=3D"=
k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"23" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
23
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span cla=
ss=3D"nt" style=3D"color: #000080;"><a</span> <span class=3D"na" style=
=3D"color: #008080;">href=3D</span><span class=3D"s" style=3D"color: #dd1=
144;">"</span><span class=3D"k" style=3D"font-weight: 600;">{</span><span=
class=3D"na" style=3D"color: #008080;">service</span> <span class=3D"na"=
style=3D"color: #008080;">controller</span><span class=3D"o" style=3D"fo=
nt-weight: 600;">=3D</span><span class=3D"na" style=3D"color: #008080;">t=
abular</span> <span class=3D"na" style=3D"color: #008080;">action</span><=
span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"na"=
style=3D"color: #008080;">manage</span><span class=3D"k" style=3D"font-w=
eight: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">"</span>=
<span class=3D"na" style=3D"color: #008080;">class=3D</span><span class=3D=
"s" style=3D"color: #dd1144;">"alert-link"</span> <span class=3D"na" styl=
e=3D"color: #008080;">target=3D</span><span class=3D"s" style=3D"color: #=
dd1144;">"_blank"</span><span class=3D"nt" style=3D"color: #000080;">>=
</span>Tracker Import-Export<span class=3D"nt" style=3D"color: #000080;">=
</a></span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
24
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{/</span><span class=3D"nb" style=3D"colo=
r: #0086b3;">capture</span><span class=3D"k" style=3D"font-weight: 600;">=
}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"25" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
25
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span> <span class=3D"na" style=3D"color: #008080;">_0</sp=
an><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D=
"s1" style=3D"color: #dd1144;">'<a href=3D"tiki-admin.php?page=3Dtrack=
ers&highlight=3Dtracker_tabular_enabled" class=3D"alert-link" target=3D=
"_blank" title=3D"enable">'</span> <span class=3D"na" style=3D"color: =
#008080;">_1</span><span class=3D"o" style=3D"font-weight: 600;">=3D</spa=
n><span class=3D"s1" style=3D"color: #dd1144;">'</a>'</span> <span =
class=3D"na" style=3D"color: #008080;">_2</span><span class=3D"o" style=3D=
"font-weight: 600;">=3D</span><span class=3D"nv" style=3D"color: #008080;=
">$tabularLink</span> <span class=3D"na" style=3D"color: #008080;">_3</sp=
an><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D=
"s1" style=3D"color: #dd1144;">'</a>'</span><span class=3D"k" style=
=3D"font-weight: 600;">}</span>To import items into a tracker, please %0e=
nable%1 and use %2Tracker Import-Export%3. It is easy to use, optimized, =
and far more powerful.<span class=3D"k" style=3D"font-weight: 600;">{/</s=
pan><span class=3D"na" style=3D"color: #008080;">tr</span><span class=3D"=
k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"26" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
26
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"27" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
27
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"nb" style=3D"color=
: #0086b3;">capture</span> <span class=3D"nb" style=3D"color: #0086b3;">a=
ssign</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span=
class=3D"na" style=3D"color: #008080;">docIcon</span><span class=3D"k" s=
tyle=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"28" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
28
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span cla=
ss=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"=
color: #008080;">icon</span> <span class=3D"na" style=3D"color: #008080;"=
>name</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span=
class=3D"s2" style=3D"color: #dd1144;">"documentation"</span><span class=
=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"29" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
29
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{/</span><span class=3D"nb" style=3D"colo=
r: #0086b3;">capture</span><span class=3D"k" style=3D"font-weight: 600;">=
}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"30" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
30
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"24" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"31" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
31
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty"> <span class=3D=
"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"color=
: #008080;">tr</span> <span class=3D"na" style=3D"color: #008080;">_0</sp=
an><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D=
"s1" style=3D"color: #dd1144;">'<a href=3D"https://doc.tiki.org/Tracke=
r-Tabular" class=3D"alert-link" target=3D"_blank" title=3D"Tracker Import=
-Export">'</span> <span class=3D"na" style=3D"color: #008080;">_1</spa=
n><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"=
nv" style=3D"color: #008080;">$docIcon</span> <span class=3D"na" style=3D=
"color: #008080;">_2</span><span class=3D"o" style=3D"font-weight: 600;">=
=3D</span><span class=3D"s1" style=3D"color: #dd1144;">'</a>'</span=
><span class=3D"k" style=3D"font-weight: 600;">}</span>For complete docum=
entation, please visit %0Tracker Import-Export%1%2.<span class=3D"k" styl=
e=3D"font-weight: 600;">{/</span><span class=3D"na" style=3D"color: #0080=
80;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span></spa=
n>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"24" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
24
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"32" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
32
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"k" style=3D"font-weight: 6=
00;">{/</span><span class=3D"na" style=3D"color: #008080;">remarksbox</sp=
an><span class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"25" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
25
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"33" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
33
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"k" style=3D"font-weight: 6=
00;">{</span><span class=3D"na" style=3D"color: #008080;">remarksbox</spa=
n> <span class=3D"na" style=3D"color: #008080;">type</span><span class=3D=
"o" style=3D"font-weight: 600;">=3D</span><span class=3D"s2" style=3D"col=
or: #dd1144;">"note"</span> <span class=3D"na" style=3D"color: #008080;">=
title</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span=
class=3D"s2" style=3D"color: #dd1144;">"{tr}Note{/tr}"</span><span class=
=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"26" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
26
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"34" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
34
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty"> <span class=3D"nt" style=3D"color: #0=
00080;"><ul></span></span>
</pre></td>
</tr>
</table>
<br>
</li>
</div>
<div class=3D"footer" style=3D"margin-top: 10px;">
<p style=3D"font-size: small; color: #626168;">
=E2=80=94
<br>
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/b4bdee1233e7d4eeb4fa=
d634b72df80693860508">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target=3D"_blan=
k" rel=3D"noopener noreferrer" href=3D"https://gitlab.com">gitlab.com</a>=
. <a href=3D"https://gitlab.com/-/profile/notifications" target=3D"_blank=
" rel=3D"noopener noreferrer" class=3D"mng-notif-link">Manage all notific=
ations</a> =C2=B7 <a href=3D"https://gitlab.com/help" target=3D"_blank" r=
el=3D"noopener noreferrer" class=3D"help-link">Help</a>
<span style=3D"color: transparent; font-size: 0; display: none; overflow:=
hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.com/tikiwiki/tiki/-/commit/=
b4bdee1233e7d4eeb4fad634b72df80693860508 at 1785851797
</span>
<script type=3D"application/ld+json">{"@context":"http://schema.org","@ty=
pe":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","u=
rl":"https://gitlab.com/tikiwiki/tiki/-/commit/b4bdee1233e7d4eeb4fad634b7=
2df80693860508"}}</script>
</p>
</div>
</body>
</html>
----==_mimepart_6a71ef9559c8_3889dfa077684--
--===============1005726735184057381==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============1005726735184057381==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
--===============1005726735184057381==--