[% dw.ml('widget.linkslist.about') %]
|
[% dw.ml('widget.linkslist.tips') %]
|
| [% dw.ml('widget.linkslist.table.order') %] | [% dw.ml('widget.linkslist.table.title') %] | |
|---|---|---|
| [% form.textbox( name => "Widget[LinksList]_link_${ct}_ordernum", size => 4, value => ct * order_step, ) %] | [% form.textbox( name => "Widget[LinksList]_link_${ct}_url", id => "link_${ct}_url", size => 50, maxlength => 255, value => it.url || "http://", ) %] | |
| [% form.textbox( name => "Widget[LinksList]_link_${ct}_title", id => "link_${ct}_title", size => 50, maxlength => 255, value => it.title ) %] | ||
| [% form.textbox( name => "Widget[LinksList]_link_${ct}_hover", id => "link_${ct}_hover", size => 50, maxlength => 255, value => it.hover, ) %] | ||
| [% IF ct >= showlinks && caplinks > link_min %] [% form.submit( name => 'Widget[LinksList]_action:morelinks', value => dw.ml('widget.linkslist.table.more') _ " →", 'disabled' => (ct >= caplinks), raw => 1 ) %] [% END %] | [% dw.ml('cprod.links.text3.v1') IF ct >= caplinks %] | |